Uses of Class
com.imsl.math.ConjugateGradient.SingularPreconditionMatrixException
Packages that use ConjugateGradient.SingularPreconditionMatrixException
-
Uses of ConjugateGradient.SingularPreconditionMatrixException in com.imsl.math
Methods in com.imsl.math that throw ConjugateGradient.SingularPreconditionMatrixExceptionModifier and TypeMethodDescriptiondouble[]ConjugateGradient.solve(double[] b) Solves a real symmetric positive or negative definite system \(Ax=b\) using a conjugate gradient method with or without preconditioning.