Package org.ejml.data
Class SingularMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.ejml.data.SingularMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
public class SingularMatrixException extends java.lang.RuntimeExceptionThis 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
-
-
Constructor Summary
Constructors Constructor Description SingularMatrixException()SingularMatrixException(java.lang.String message)
-