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
-
Field Summary
Fields Modifier and Type Field Description double
value
-
Constructor Summary
Constructors Constructor Description VariableDouble(double value)
-
Method Summary
Modifier and Type Method Description double
getDouble()
-
Field Details
-
value
public double value
-
-
Constructor Details
-
VariableDouble
public VariableDouble(double value)
-
-
Method Details
-
getDouble
public double getDouble()- Specified by:
getDouble
in classVariableScalar
-