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:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException()
      Construct an exception.