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