Package org.ejml.equation
Class Variable
java.lang.Object
org.ejml.equation.Variable
- Direct Known Subclasses:
VariableIntegerSequence,VariableMatrix,VariableScalar
public class Variable
extends java.lang.Object
Instance of a variable created at compile time. This base class only specifies the type of variable which it is.
-
Field Summary
Fields Modifier and Type Field Description VariableTypetype -
Constructor Summary
Constructors Modifier Constructor Description protectedVariable(VariableType type) -
Method Summary
Modifier and Type Method Description VariableTypegetType()java.lang.StringtoString()