Uses of Class
org.ojalgo.matrix.decomposition.SparseQDLDL.EliminationTree
Packages that use SparseQDLDL.EliminationTree
-
Uses of SparseQDLDL.EliminationTree in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return SparseQDLDL.EliminationTreeModifier and TypeMethodDescriptionprivate static SparseQDLDL.EliminationTreeSparseQDLDL.computeEliminationTree(int n, int[] pointers, int[] indices) SparseQDLDL.computeEliminationTree(R064CSC matrix) Methods in org.ojalgo.matrix.decomposition with parameters of type SparseQDLDL.EliminationTreeModifier and TypeMethodDescriptionprivate booleanSparseQDLDL.decompose(R064CSC matrix, SparseQDLDL.EliminationTree eTree, R064CSC decomp, double[] D, double[] Dinv, SparseQDLDL.WorkerCache workers) In this method, variable names are deliberately kept close to what they are in the original c-code.booleanSparseQDLDL.factor(R064CSC matrix, SparseQDLDL.EliminationTree eTree) Convenience for callers that have already computed the symbolic structure for a given sparsity pattern.