|
TTK
|
#include <Triangulation.h>Go to the source code of this file.
Namespaces | |
| namespace | ttk |
| TTK base package defining the standard types. | |
| namespace | ttk::Laplacian |
Functions | |
| void | ttk::Laplacian::preconditionTriangulation (AbstractTriangulation &triangulation) |
| Triangulation precondition function. | |
| template<typename T, class TriangulationType = AbstractTriangulation, typename SparseMatrixType> | |
| int | ttk::Laplacian::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 | ttk::Laplacian::cotanWeights (SparseMatrixType &output, const Debug &dbg, const TriangulationType &triangulation) |
| Compute the Laplacian matrix of the graph using the cotangente weights method. | |