Loading [MathJax]/jax/output/HTML-CSS/jax.js
CGAL 4.9 - CGAL and Solvers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Eigen_sparse_matrix< T > Class Template Reference

#include <CGAL/Eigen_matrix.h>

Definition

The class Eigen_sparse_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not.

Is Model Of:
SparseLinearAlgebraTraits_d::Matrix
Template Parameters
TNumber type.
See Also
CGAL::Eigen_solver_traits<T>
CGAL::Eigen_sparse_symmetric_matrix<T>
CGAL::Eigen_vector<T>

Types

typedef unspecified_type EigenType
 The internal matrix type from Eigen.