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