Class SingularMatrixException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class SingularMatrixException extends MathIllegalArgumentException
Exception to be thrown when a non-singular matrix is expected.
Since:
3.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version Id.
      See Also:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException()
      Construct an exception.