Package com.imsl.math
Class ConjugateGradient.NotDefiniteJacobiPreconditionerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.ConjugateGradient.NotDefiniteJacobiPreconditionerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConjugateGradient
public static class ConjugateGradient.NotDefiniteJacobiPreconditionerException
extends IMSLException
The Jacobi preconditioner is not strictly positive or negative definite.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aNotDefiniteJacobiPreconditionerExceptionobject.NotDefiniteJacobiPreconditionerException(String key, Object[] arguments) Constructs aNotDefiniteJacobiPreconditionerExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotDefiniteJacobiPreconditionerException
Constructs aNotDefiniteJacobiPreconditionerExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NotDefiniteJacobiPreconditionerException
Constructs aNotDefiniteJacobiPreconditionerExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-