#include <Ordering.h>
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 95 of file Ordering.h.
typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> Eigen::NaturalOrdering< StorageIndex >::PermutationType |
Definition at line 98 of file Ordering.h.
|
inline |
Compute the permutation vector from a column-major sparse matrix
Definition at line 102 of file Ordering.h.