WPILibC++ 2023.4.3
|
#include "Eigen_Colamd.h"
Go to the source code of this file.
Classes | |
class | Eigen::AMDOrdering< StorageIndex > |
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< StorageIndex > |
Functor computing the natural ordering (identity) More... | |
class | Eigen::COLAMDOrdering< StorageIndex > |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
template<typename MatrixType > | |
void | Eigen::internal::ordering_helper_at_plus_a (const MatrixType &A, MatrixType &symmat) |