#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) | 
Functor computing the column approximate minimum degree ordering The matrix should be in column-major format
Definition at line 115 of file Ordering.h.
| typedef Matrix<Index, Dynamic, 1> Eigen::COLAMDOrdering< Index >::IndexVector | 
Definition at line 119 of file Ordering.h.
| typedef PermutationMatrix<Dynamic, Dynamic, Index> Eigen::COLAMDOrdering< Index >::PermutationType | 
Definition at line 118 of file Ordering.h.
| 
 | inline | 
Compute the permutation vector form a sparse matrix
Definition at line 123 of file Ordering.h.