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

public static class SparseLP.CholeskyFactorizationAccuracyException extends IMSLException
The Cholesky factorization failed because of accuracy problems.
See Also:
  • Constructor Details

    • CholeskyFactorizationAccuracyException

      public CholeskyFactorizationAccuracyException(String message)
      The Cholesky factorization failed because of accuracy problems.
      Parameters:
      message - a String containing the error message
    • CholeskyFactorizationAccuracyException

      public CholeskyFactorizationAccuracyException(String key, Object[] arguments)
      The Cholesky factorization failed because of accuracy problems.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string