1 #ifndef RECLU_FACTORTREE_HPP
2 #define RECLU_FACTORTREE_HPP
15 Eigen::PartialPivLU<Eigen::MatrixXd> LU;
16 Eigen::MatrixXd topDiagSoln_LR;
17 Eigen::MatrixXd bottDiagSoln_LR;
26 void freeTree(
node* root);
Definition: recLU_FactorTree.hpp:8
Definition: recLU_FactorTree.hpp:11