Uses of Class
com.imsl.math.SparseCholesky.NumericFactor
Packages that use SparseCholesky.NumericFactor
-
Uses of SparseCholesky.NumericFactor in com.imsl.math
Methods in com.imsl.math that return SparseCholesky.NumericFactorModifier and TypeMethodDescriptionSparseCholesky.getNumericFactor()Returns the numeric Cholesky factor.Methods in com.imsl.math with parameters of type SparseCholesky.NumericFactorModifier and TypeMethodDescriptionvoidSparseCholesky.setNumericFactor(SparseCholesky.NumericFactor numericFactor) Sets the numeric Cholesky factor to use in solving of a sparse positive definite system of linear equations \(Ax=b\).