Eigen::COLAMDOrdering
template<typename StorageIndex>
class Eigen::COLAMDOrdering< StorageIndex >
- Template Parameters
-
StorageIndex |
The type of indices of the matrix |
Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()).
operator()()
template<typename StorageIndex >
template<typename MatrixType >
Compute the permutation vector perm form the sparse matrix mat
- Warning
- The input sparse matrix mat must be in compressed mode (see SparseMatrix::makeCompressed()).
The documentation for this class was generated from the following file: