Eigen  3.2.10
 
Loading...
Searching...
No Matches
COLAMDOrdering< Index > Class Template Reference

Detailed Description

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

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 Index>
template<typename MatrixType>
void operator() ( const MatrixType & mat,
PermutationType & perm )
inline

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