Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:et

40  * \param et elimination tree 
46 void SparseLUImpl<Scalar,StorageIndex>::heap_relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
51 internal::treePostorder(StorageIndex(n), et, post); // Post order etree
60 iwork(post(i)) = post(et(i));
62 et_save = et; // Save the original etree
63 et = iwork;
71 parent = et(j);
83 parent = et(j);
88 parent = et(j);
120 et = et_save;