- java.lang.Object
-
- org.ojalgo.matrix.decomposition.SparseQDLDL.EliminationTree
-
- Enclosing class:
- SparseQDLDL
public static final class SparseQDLDL.EliminationTree extends java.lang.ObjectSymbolic elimination treeIt's public so that you can cache it, but no need to access the internals.
-
-
Constructor Summary
Constructors Constructor Description EliminationTree(int[] colNz, int[] tree, int totNz)
-