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 Constructor Description VariableScalar(VariableScalar.Type type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract doublegetDouble()VariableScalar.TypegetScalarType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
VariableScalar
public VariableScalar(VariableScalar.Type type)
-
-
Method Detail
-
getDouble
public abstract double getDouble()
-
getScalarType
public VariableScalar.Type getScalarType()
-
-