Public Types | Public Member Functions | List of all members
Eigen::COLAMDOrdering< Index > Class Template Reference

#include <Ordering.h>

Public Types

typedef Matrix< Index, Dynamic, 1 > IndexVector
 
typedef PermutationMatrix< Dynamic, Dynamic, Index > PermutationType
 

Public Member Functions

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

Detailed Description

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

Functor computing the column approximate minimum degree ordering The matrix should be in column-major format

Definition at line 115 of file Ordering.h.

Member Typedef Documentation

template<typename Index >
typedef Matrix<Index, Dynamic, 1> Eigen::COLAMDOrdering< Index >::IndexVector

Definition at line 119 of file Ordering.h.

template<typename Index >
typedef PermutationMatrix<Dynamic, Dynamic, Index> Eigen::COLAMDOrdering< Index >::PermutationType

Definition at line 118 of file Ordering.h.

Member Function Documentation

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

Compute the permutation vector form a sparse matrix

Definition at line 123 of file Ordering.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:05