Eigen  3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
 
Loading...
Searching...
No Matches
Eigen::COLAMDOrdering< StorageIndex > Class Template Reference

#include <Eigen/src/OrderingMethods/Ordering.h>

Detailed Description

template<typename StorageIndex>
class Eigen::COLAMDOrdering< StorageIndex >
Template Parameters
StorageIndexThe 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()).

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

Compute the permutation vector perm form the sparse matrix mat

Warning
The input sparse matrix mat must be in compressed mode (see SparseMatrix::makeCompressed()).

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