| MyraMath
    | 
Given a Pattern A, models propagation of fill-in for A=LL'. More...
#include <EliminationTree.h>
| Public Member Functions | |
| EliminationTree (const PatternRange &A) | |
| Constructing from Pattern. | |
| intCRange | parents () const | 
| Returns parents[] of unknowns (or -1 for a root). | |
| intCRange | postorder () const | 
| Returns postorder[] of unknowns. | |
| intCRange | ipostorder () const | 
| intCRange | children (int n) const | 
| Returns a range over the children of the n'th unknown. | |
| int | size () const | 
| Size inspector. | |
Given a Pattern A, models propagation of fill-in for A=LL'.
 1.8.13
 1.8.13