MOAB
4.9.3pre
|
#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.
void Eigen::NaturalOrdering< StorageIndex >::operator() | ( | const MatrixType & | , |
PermutationType & | perm | ||
) | [inline] |
Compute the permutation vector from a column-major sparse matrix
Definition at line 102 of file Ordering.h.
{ perm.resize(0); }