Documentation of 'org.ejml.factory.SingularMatrixException' Java class
SingularMatrixException
org.ejml.factory

Class SingularMatrixException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SingularMatrixException
    extends java.lang.RuntimeException
    This exception is thrown if an operation can not be finished because the matrix is singular. It is a RuntimeException to allow the code to be written cleaner and also because singular matrices are not always detected. Forcing an exception to be caught provides a false sense of security.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SingularMatrixException

        public SingularMatrixException()
      • SingularMatrixException

        public SingularMatrixException(java.lang.String message)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.