Home
last modified time | relevance | path

Searched refs:postnum (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseColEtree.h130 …xVector& first_kid, IndexVector& next_kid, IndexVector& post, typename IndexVector::Scalar postnum) in nr_etdfs() argument
134 while (postnum != n) in nr_etdfs()
143 post(current) = postnum++; in nr_etdfs()
152 post(current) = postnum++; in nr_etdfs()
158 if (postnum == n+1) return; in nr_etdfs()
182 StorageIndex postnum; in treePostorder() local
198 postnum = 0; in treePostorder()
199 internal::nr_etdfs(n, parent, first_kid, next_kid, post, postnum); in treePostorder()