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 |
Functions | |
template<typename MatrixType , typename IndexVector > | |
int | Eigen::internal::coletree (const MatrixType &mat, IndexVector &parent, IndexVector &firstRowElt, typename MatrixType::Index *perm=0) |
template<typename Index , typename IndexVector > | |
Index | Eigen::internal::etree_find (Index i, IndexVector &pp) |
template<typename Index , typename IndexVector > | |
void | Eigen::internal::nr_etdfs (Index n, IndexVector &parent, IndexVector &first_kid, IndexVector &next_kid, IndexVector &post, Index postnum) |
template<typename Index , typename IndexVector > | |
void | Eigen::internal::treePostorder (Index n, IndexVector &parent, IndexVector &post) |
Post order a tree. |