Package com.imsl.stat

Class FactorAnalysis.NotPositiveDefiniteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.FactorAnalysis.NotPositiveDefiniteException
All Implemented Interfaces:
Serializable
Enclosing class:
FactorAnalysis

public static class FactorAnalysis.NotPositiveDefiniteException extends IMSLException
Matrix not positive definite.
See Also:
  • Constructor Details

    • NotPositiveDefiniteException

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

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