Eigen  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
Eigen::NaturalOrdering< StorageIndex > Class Template Reference

Detailed Description

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

Functor computing the natural ordering (identity)

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

Public Member Functions

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

Member Function Documentation

◆ operator()()

template<typename StorageIndex >
template<typename MatrixType >
void Eigen::NaturalOrdering< StorageIndex >::operator() ( const MatrixType &  ,
PermutationType perm 
)
inline

Compute the permutation vector from a column-major sparse matrix


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