Package org.ejml
Class MatrixDimensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ejml.MatrixDimensionException
- All Implemented Interfaces:
Serializable
If two matrices did not have compatible dimensions for the operation this exception
is thrown.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatrixDimensionException
public MatrixDimensionException() -
MatrixDimensionException
-