Class NonPositiveDefiniteMatrixException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a positive definite matrix is expected.
See Also:
  • Constructor Details

    • NonPositiveDefiniteMatrixException

      public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold)
      Deprecated.
      Construct an exception.
      Parameters:
      wrong - Value that fails the positivity check.
      index - Row (and column) index.
      threshold - Absolute positivity threshold.
  • Method Details

    • getRow

      public int getRow()
      Deprecated.
      Get row index.
      Returns:
      the row index
    • getColumn

      public int getColumn()
      Deprecated.
      Get column index.
      Returns:
      the column index
    • getThreshold

      public double getThreshold()
      Deprecated.
      Get absolute positivity threshold.
      Returns:
      the absolute positivity threshold