Package io.bhagat.math.linearalgebra
Class Matrix.InvalidShapeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.linearalgebra.Matrix.InvalidShapeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Matrix
public class Matrix.InvalidShapeException extends java.lang.RuntimeExceptionAn exception for if a matrix is not the proper size for a certain operation- Author:
- Bhagat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateInvalidShapeException()privateInvalidShapeException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-