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