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 VariableType
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
Variable(VariableType type)
-
Method Summary
Modifier and Type Method Description VariableType
getType()
java.lang.String
toString()