W3cubDocs

/Eigen3

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()).

template<typename MatrixType >
void operator() (const MatrixType &mat, PermutationType &perm)

operator()()

template<typename StorageIndex >
template<typename MatrixType >
void Eigen::COLAMDOrdering< StorageIndex >::operator() ( const MatrixType & mat,
PermutationType & perm
)
inline

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:

© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/classEigen_1_1COLAMDOrdering.html