Eigen  3.2.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NaturalOrdering< Index > Class Template Reference

Detailed Description

template<typename Index>
class Eigen::NaturalOrdering< Index >

Functor computing the natural ordering (identity)

Note
Returns an empty permutation matrix
Template Parameters
IndexThe type of indices of the matrix

Public Member Functions

template<typename MatrixType >
void operator() (const MatrixType &, PermutationType &perm)
 

Member Function Documentation

void operator() ( const MatrixType &  ,
PermutationType perm 
)
inline

Compute the permutation vector from a column-major sparse matrix

References PermutationBase< Derived >::resize().


The documentation for this class was generated from the following file: