Class VariableDouble

java.lang.Object

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
    double value  
  • Constructor Summary

    Constructors 
    Constructor Description
    VariableDouble​(double value)  
  • Method Summary

    Modifier and Type Method Description
    double getDouble()  

    Methods inherited from class org.ejml.equation.VariableScalar

    getScalarType, toString

    Methods inherited from class org.ejml.equation.Variable

    getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait