MOAB  4.9.3pre
Eigen::NaturalOrdering< StorageIndex > Class Template Reference

#include <Ordering.h>

List of all members.

Public Types

typedef PermutationMatrix
< Dynamic, Dynamic,
StorageIndex > 
PermutationType

Public Member Functions

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

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

Definition at line 95 of file Ordering.h.


Member Typedef Documentation

template<typename StorageIndex >
typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> Eigen::NaturalOrdering< StorageIndex >::PermutationType

Definition at line 98 of file Ordering.h.


Member Function Documentation

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

Definition at line 102 of file Ordering.h.

    {
      perm.resize(0); 
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines