![]() |
The class Eigen_sparse_symmetric_matrix is a C++ wrapper around Eigen's matrix type Eigen::SparseMatrix.
As the matrix is symmetric only the lower triangle part is stored.
#include <CGAL/Eigen_matrix.h>
Eigen_sparse_symmetric_matrix<T>::EigenType | |
The internal matrix type from Eigen.
|
CGAL::Eigen_solver_traits<T>
CGAL::Eigen_sparse_symmetric_matrix<T>
CGAL::Eigen_vector<T>