compbio
Public Types | Public Member Functions | List of all members
Eigen::NaturalOrdering< StorageIndex > Class Template Reference

Functor computing the natural ordering (identity) More...

#include <Ordering.h>

Public Types

typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > PermutationType
 

Public Member Functions

template<typename MatrixType >
void operator() (const MatrixType &, PermutationType &perm)
 Compute the permutation vector from a column-major sparse matrix.
 

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

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