Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
optimal_transport.h File Reference

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

 GEO
 Global Vorpaline namespace.
 

Typedefs

typedef NLMatrixStructNLMatrix
 

Enumerations

enum  GEO::OTLinearSolver { OT_PRECG , OT_SUPERLU , OT_CHOLMOD }
 Specifies the linear solver to be used with OptimalTransport.
 

Detailed Description

Base class for semi-discrete optimal transport.

Definition in file optimal_transport.h.