Package org.ejml.equation
Class VariableDouble
- java.lang.Object
-
- org.ejml.equation.Variable
-
- org.ejml.equation.VariableScalar
-
- org.ejml.equation.VariableDouble
-
public class VariableDouble extends VariableScalar
Variable which stores an instance of double.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ejml.equation.VariableScalar
VariableScalar.Type
-
-
Field Summary
Fields Modifier and Type Field Description doublevalue
-
Constructor Summary
Constructors Constructor Description VariableDouble(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDouble()-
Methods inherited from class org.ejml.equation.VariableScalar
getScalarType, toString
-
-
-
-
Method Detail
-
getDouble
public double getDouble()
- Specified by:
getDoublein classVariableScalar
-
-