Uses of Class
org.ojalgo.matrix.decomposition.SparseQDLDL.WorkerCache
Packages that use SparseQDLDL.WorkerCache
-
Uses of SparseQDLDL.WorkerCache in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as SparseQDLDL.WorkerCacheMethods in org.ojalgo.matrix.decomposition with parameters of type SparseQDLDL.WorkerCacheModifier 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.