org.ejml.alg.dense.mult
Class MatrixDimensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ejml.alg.dense.mult.MatrixDimensionException
- All Implemented Interfaces:
- Serializable
public class MatrixDimensionException
- extends RuntimeException
If two matrices did not have compatible dimensions for the operation this exception
is thrown.
- Author:
- Peter Abeles
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MatrixDimensionException
public MatrixDimensionException()
MatrixDimensionException
public MatrixDimensionException(String message)
Copyright © 2012. All Rights Reserved.