public static class SparseLP.CholeskyFactorizationAccuracyException extends IMSLException
Constructor and Description |
---|
CholeskyFactorizationAccuracyException(String message)
The Cholesky factorization failed because of accuracy problems.
|
CholeskyFactorizationAccuracyException(String key,
Object[] arguments)
The Cholesky factorization failed because of accuracy problems.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CholeskyFactorizationAccuracyException(String message)
message
- a String
containing the error messagepublic CholeskyFactorizationAccuracyException(String key, Object[] arguments)
key
- a String
containing the error messagearguments
- an Object
array containing arguments
used within the error message stringCopyright © 2020 Rogue Wave Software. All rights reserved.