Package com.imsl.math
Class SparseLP.CholeskyFactorizationAccuracyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.CholeskyFactorizationAccuracyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
The Cholesky factorization failed because of accuracy problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe Cholesky factorization failed because of accuracy problems.CholeskyFactorizationAccuracyException(String key, Object[] arguments) The Cholesky factorization failed because of accuracy problems. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CholeskyFactorizationAccuracyException
The Cholesky factorization failed because of accuracy problems.- Parameters:
message- aStringcontaining the error message
-
CholeskyFactorizationAccuracyException
The Cholesky factorization failed because of accuracy problems.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-