Sparse matrixΒΆ
The SpMat
class for sparse matrix. It is an alias for Eigen::SparseMatrix<double, Eigen::RowMajor>
.
Its purpose is to provide convenient mechanisms for performing basic sparse matrix
operations. All of the member functions implemented in Eigen::SparseMatrix<double, Eigen::RowMajor>
can be directly used by SpMat
.