Class SingularMatrixException

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class SingularMatrixException
    extends InvalidMatrixException
    Thrown when a matrix is singular.
    Since:
    2.0
    Version:
    $Revision: 983921 $ $Date: 2010-08-10 12:46:06 +0200 (mar. 10 août 2010) $
    See Also:
    Serialized Form
    • Constructor Detail

      • SingularMatrixException

        public SingularMatrixException()
        Construct an exception with a default message.