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 class  VariableScalar.Type  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected VariableScalar​(VariableScalar.Type type)  
  • Method Summary

    Modifier and Type Method Description
    abstract double getDouble()  
    VariableScalar.Type getScalarType()  
    java.lang.String 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