Go to the source code of this file.
|
| 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) |
| |
◆ EIGEN_SPARSE_AMD_H
| #define EIGEN_SPARSE_AMD_H |
Definition at line 32 of file Amd.h.