CGAL 4.8.1 - CGAL and Solvers
|
#include <CGAL/Eigen_matrix.h>
The class Eigen_sparse_matrix
is a wrapper around Eigen matrix type Eigen::SparseMatrix
that represents general matrices, be they symmetric or not.
T | Number type. |
Types | |
typedef unspecified_type | EigenType |
The internal matrix type from Eigen. | |