Eigen  3.2.10
 
Loading...
Searching...
No Matches
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

◆ operator()()

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

Compute the permutation vector from a column-major sparse matrix

References PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::resize().


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