Uses of Class
com.imsl.math.ConjugateGradient.NotDefinitePreconditionMatrixException
Packages that use ConjugateGradient.NotDefinitePreconditionMatrixException
-
Uses of ConjugateGradient.NotDefinitePreconditionMatrixException in com.imsl.math
Methods in com.imsl.math that throw ConjugateGradient.NotDefinitePreconditionMatrixExceptionModifier 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.