Uses of Class
com.imsl.math.ComplexSparseCholesky.NotSPDException
Packages that use ComplexSparseCholesky.NotSPDException
-
Uses of ComplexSparseCholesky.NotSPDException in com.imsl.math
Methods in com.imsl.math that throw ComplexSparseCholesky.NotSPDExceptionModifier and TypeMethodDescriptionvoidComplexSparseCholesky.factorNumerically()Computes the numeric factorization of a sparse Hermitian positive definite matrix.voidComplexSparseCholesky.factorSymbolically()Computes the symbolic factorization of a sparse Hermitian positive definite matrix.Complex[]Computes the solution of a sparse Hermitian positive definite system of linear equations \(Ax=b\).