Package com.imsl.math
Class ConjugateGradient.SingularPreconditionMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.ConjugateGradient.SingularPreconditionMatrixException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConjugateGradient
The Precondition matrix is singular.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aSingularPreconditionMatrixExceptionobject.SingularPreconditionMatrixException(String key, Object[] arguments) Constructs aSingularPreconditionMatrixExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingularPreconditionMatrixException
Constructs aSingularPreconditionMatrixExceptionobject.- Parameters:
message- aStringcontaining the error message
-
SingularPreconditionMatrixException
Constructs aSingularPreconditionMatrixExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-