Class SparseQDLDL.EliminationTree
java.lang.Object
org.ojalgo.matrix.decomposition.SparseQDLDL.EliminationTree
- Enclosing class:
SparseQDLDL
Symbolic elimination tree
It's public so that you can cache it, but no need to access the internals.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colNz
final int[] colNzThe number of non-zeros in each column of L -
totNz
final int totNzThe total number of non-zeros in L -
tree
final int[] treeThe elimination tree
-
-
Constructor Details
-
EliminationTree
EliminationTree(int[] colNz, int[] tree, int totNz)
-