|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Base class for semi-discrete optimal transport. More...
#include <exploragram/basic/common.h>#include <geogram/mesh/mesh.h>#include <geogram/voronoi/RVD.h>#include <geogram/delaunay/delaunay.h>#include <geogram/NL/nl.h>#include <geogram/NL/nl_matrix.h>#include <geogram/third_party/HLBFGS/HLBFGS.h>Go to the source code of this file.
Classes | |
| class | GEO::OptimalTransportMap |
| Computes semi-discrete optimal transport maps. More... | |
| class | GEO::OptimalTransportMap::Callback |
| Base class for the callbacks executed for each intersection between a Laguerre cell and a simplex of the background mesh. More... | |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Typedefs | |
| typedef NLMatrixStruct * | NLMatrix |
Enumerations | |
| enum | GEO::OTLinearSolver { OT_PRECG , OT_SUPERLU , OT_CHOLMOD } |
| Specifies the linear solver to be used with OptimalTransport. More... | |
Base class for semi-discrete optimal transport.
Definition in file optimal_transport.h.
| typedef NLMatrixStruct* NLMatrix |
Definition at line 46 of file optimal_transport.h.