Package org.ejml.equation
Class VariableScalar
java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableScalar
- Direct Known Subclasses:
VariableDouble,VariableInteger
public abstract class VariableScalar extends Variable
Variable for storing primitive scalar data types, e.g. int and double.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableScalar.Type -
Constructor Summary
Constructors Modifier Constructor Description protectedVariableScalar(VariableScalar.Type type) -
Method Summary
Modifier and Type Method Description abstract doublegetDouble()VariableScalar.TypegetScalarType()StringtoString()