MISolver::solve_multiple_rounding() in O(n*log(n)) (#5)
* Implement the MISolve::mutliple_rounding() method with O(n*log(n)) complexity. * The CF compute is now ~94% faster for a 1M triangles mesh. * Clean up the MISolver declaration
Showing
* Implement the MISolve::mutliple_rounding() method with O(n*log(n)) complexity. * The CF compute is now ~94% faster for a 1M triangles mesh. * Clean up the MISolver declaration