#include "../Core/util/NonMPL2.h"
Go to the source code of this file.
Namespaces | |
namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
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 EIGEN_SPARSE_AMD_H |