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

public static class ConjugateGradient.NotDefiniteAMatrixException extends IMSLException
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
See Also:
  • Constructor Details

    • NotDefiniteAMatrixException

      public NotDefiniteAMatrixException(String message)
      Constructs a NotDefiniteAMatrixException object.
      Parameters:
      message - a String containing the error message
    • NotDefiniteAMatrixException

      public NotDefiniteAMatrixException(String key, Object[] arguments)
      Constructs a NotDefiniteAMatrixException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string