Public Types | |
typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | PermutationType |
Public Member Functions | |
template<typename MatrixType > | |
void | operator() (const MatrixType &, PermutationType &perm) |
Functor computing the natural ordering (identity)
StorageIndex | The type of indices of the matrix |
Definition at line 93 of file Ordering.h.
typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> Eigen::NaturalOrdering< StorageIndex >::PermutationType |
Definition at line 96 of file Ordering.h.
|
inline |
Compute the permutation vector from a column-major sparse matrix
Definition at line 100 of file Ordering.h.