![]() |
Eigen
3.2.10
|
Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()).
Public Member Functions | |
| template<typename MatrixType> | |
| void | operator() (const MatrixType &mat, PermutationType &perm) |
|
inline |
Compute the permutation vector perm form the sparse matrix mat
References Eigen::internal::colamd_recommended(), PlainObjectBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::data(), PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >::indices(), and PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::resize().