|
TR-mbed 1.0
|
#include <Ordering.h>
Public Types | |
| typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | PermutationType |
| typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
Public Member Functions | |
| template<typename MatrixType > | |
| void | operator() (const MatrixType &mat, PermutationType &perm) |
| StorageIndex | The type of indices of the matrix |
Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()).
| typedef Matrix<StorageIndex, Dynamic, 1> Eigen::COLAMDOrdering< StorageIndex >::IndexVector |
| typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> Eigen::COLAMDOrdering< StorageIndex >::PermutationType |
|
inline |
Compute the permutation vector perm form the sparse matrix mat