Class SingularMatrixException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class SingularMatrixException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Exception to be thrown when a non-singular matrix is expected.
See Also:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException()
      Deprecated.
      Construct an exception.