Go to the source code of this file.
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
| | Eigen::internal |
| | Namespace containing low-level routines from the Eigen library.
|
| |
|
| template<typename Index , typename IndexVector > |
| Index | Eigen::internal::etree_find (Index i, IndexVector &pp) |
| |
| template<typename MatrixType , typename IndexVector > |
| int | Eigen::internal::coletree (const MatrixType &mat, IndexVector &parent, IndexVector &firstRowElt, typename MatrixType::StorageIndex *perm=0) |
| |
| template<typename IndexVector > |
| void | Eigen::internal::nr_etdfs (typename IndexVector::Scalar n, IndexVector &parent, IndexVector &first_kid, IndexVector &next_kid, IndexVector &post, typename IndexVector::Scalar postnum) |
| |
| template<typename IndexVector > |
| void | Eigen::internal::treePostorder (typename IndexVector::Scalar n, IndexVector &parent, IndexVector &post) |
| | Post order a tree. More...
|
| |