Class

CGAL::Eigen_sparse_matrix<T>

Definition

The class Eigen_sparse_matrix is a C++ wrapper around Eigen's matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not. The version 3.1 (or greater) of Eigen must be available on the system.

#include <CGAL/Eigen_matrix.h>

Is Model for the Concepts

Model of the SparseLinearAlgebraTraits_d::Matrix concept.

Parameters

T: Number type.

Types

Eigen_sparse_matrix<T>::EigenType
The internal matrix type from Eigen.

See Also

CGAL::Eigen_solver_traits<T>
CGAL::Eigen_sparse_symmetric_matrix<T>
CGAL::Eigen_vector<T>