CGAL 4.3 - Planar Parameterization of Triangulated Surface Meshes
|
#include <include/CGAL/Eigen_matrix.h>
The class Eigen_sparse_symmetric_matrix
is a C++ wrapper around Eigen matrix type Eigen::SparseMatrix
.
As the matrix is symmetric only the lower triangle part is stored.
T
: Number type.
Types | |
typedef unspecified_type | EigenType |
The internal matrix type from Eigen. | |