Package io.bhagat.math.linearalgebra
Class LinearEquationSolver.ImproperNumberOfEquationsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.linearalgebra.LinearEquationSolver.ImproperNumberOfEquationsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LinearEquationSolver
private static class LinearEquationSolver.ImproperNumberOfEquationsException extends java.lang.RuntimeExceptionAn exception for not giving the same amount of variables and equations- Author:
- Bhagat
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ImproperNumberOfEquationsException()constructs an ImproperNumberOfEquationsException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-