Go to the source code of this file.
Namespaces |
namespace | Eigen |
namespace | Eigen::internal |
Defines |
#define | EIGEN_SPARSE_AMD_H |
Functions |
template<typename T > |
T | Eigen::internal::amd_flip (const T &i) |
template<typename T0 , typename T1 > |
void | Eigen::internal::amd_mark (const T0 *w, const T1 &j) |
template<typename T0 , typename T1 > |
bool | Eigen::internal::amd_marked (const T0 *w, const T1 &j) |
template<typename T > |
T | Eigen::internal::amd_unflip (const T &i) |
template<typename Index > |
Index | Eigen::internal::cs_tdfs (Index j, Index k, Index *head, const Index *next, Index *post, Index *stack) |
template<typename Index > |
static int | Eigen::internal::cs_wclear (Index mark, Index lemax, Index *w, Index n) |
template<typename Scalar , typename Index > |
void | Eigen::internal::minimum_degree_ordering (SparseMatrix< Scalar, ColMajor, Index > &C, PermutationMatrix< Dynamic, Dynamic, Index > &perm) |
Define Documentation
Definition at line 32 of file Amd.h.