Class MatrixDimensionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----MatrixDimensionException
- class MatrixDimensionException
- extends Exception
Thrown when Matrix dimensions aren't good. For example, A = [n X m],
B = [z X y], m != z, and we multiply AB.
Also used to indicate that something went wrong in a Matrix
computation.
-
MatrixDimensionException()
-
-
MatrixDimensionException(String)
-
MatrixDimensionException
MatrixDimensionException()
MatrixDimensionException
MatrixDimensionException(String msg)