OSVR-Core
|
Classes | |
class | Eigen::AMDOrdering< Index > |
Functor computing the approximate minimum degree ordering If the matrix is not structurally symmetric, an ordering of A^T+A is computed. More... | |
class | Eigen::NaturalOrdering< Index > |
Functor computing the natural ordering (identity) More... | |
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()). More... | |