Uses of Class
org.ojalgo.matrix.decomposition.SparseQDLDL.EliminationTree
-
Packages that use SparseQDLDL.EliminationTree Package Description org.ojalgo.matrix.decomposition -
-
Uses of SparseQDLDL.EliminationTree in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return SparseQDLDL.EliminationTree Modifier and Type Method Description private static SparseQDLDL.EliminationTreeSparseQDLDL. computeEliminationTree(int n, int[] pointers, int[] indices)SparseQDLDL.EliminationTreeSparseQDLDL. computeEliminationTree(R064CSC matrix)Methods in org.ojalgo.matrix.decomposition with parameters of type SparseQDLDL.EliminationTree Modifier and Type Method Description private 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.
-