|
| void | preconditionTriangulation (AbstractTriangulation &triangulation) |
| | Triangulation precondition function.
|
| |
| template<typename T , class TriangulationType = AbstractTriangulation, typename SparseMatrixType > |
| int | discreteLaplacian (SparseMatrixType &output, const Debug &dbg, const TriangulationType &triangulation) |
| | Compute the Laplacian matrix of the graph.
|
| |
| template<typename T , class TriangulationType = AbstractTriangulation, typename SparseMatrixType > |
| int | cotanWeights (SparseMatrixType &output, const Debug &dbg, const TriangulationType &triangulation) |
| | Compute the Laplacian matrix of the graph using the cotangente weights method.
|
| |