6 #ifndef MYRAMATH_MULTIFRONTAL_SYMBOLIC_ELIMINATIONTREE_H     7 #define MYRAMATH_MULTIFRONTAL_SYMBOLIC_ELIMINATIONTREE_H    16 #include <myramath/MYRAMATH_EXPORT.h>    50     void constructor_path(
int i, 
int j, std::vector<int>& ancestor);
    53     void constructor_finish();   
    57     std::vector<int> parent;
    58     std::vector<int> children_data;
    59     std::vector<int> children_stride;
    60     std::vector<int> post;
    61     std::vector<int> ipost;
 Given a Pattern A, models propagation of fill-in for A=LL'. 
Definition: EliminationTree.h:25
Represents an immutable view of a Pattern. 
Definition: PatternRange.h:31
Represents a const intRange. 
Definition: intRange.h:142