Package com.imsl.math

Class ConjugateGradient.NotDefiniteJacobiPreconditionerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.ConjugateGradient.NotDefiniteJacobiPreconditionerException
All Implemented Interfaces:
Serializable
Enclosing class:
ConjugateGradient

public static class ConjugateGradient.NotDefiniteJacobiPreconditionerException extends IMSLException
The Jacobi preconditioner is not strictly positive or negative definite.
See Also:
  • Constructor Details

    • NotDefiniteJacobiPreconditionerException

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

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