Uses of Class
com.imsl.math.SparseCholesky.NotSPDException
Packages that use SparseCholesky.NotSPDException
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of SparseCholesky.NotSPDException in com.imsl.math
Methods in com.imsl.math that throw SparseCholesky.NotSPDExceptionModifier and TypeMethodDescriptionvoidSparseCholesky.factorNumerically()Computes the numeric factorization of a sparse real symmetric positive definite matrix.voidSparseCholesky.factorSymbolically()Computes the symbolic factorization of a sparse real symmetric positive definite matrix.double[]SparseCholesky.solve(double[] b) Computes the solution of a sparse real symmetric positive definite system of linear equations \(Ax=b\). -
Uses of SparseCholesky.NotSPDException in com.imsl.test.example.math
Constructors in com.imsl.test.example.math that throw SparseCholesky.NotSPDException