|
TTK
|
#include <Triangulation.h>Go to the source code of this file.
Namespaces | |
| namespace | ttk |
| The Topology ToolKit. | |
| 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. | |