Class Variable.Local<X>
java.lang.Object
org.jscience.mathematics.function.Variable.Local<X>
- All Implemented Interfaces:
javolution.lang.Reference<X>
,Variable<X>
This class represents a simple
Variable
implementation for
functions not shared between threads (non static).
Functions shared between multiple-threads should use a different
type of variable such as Variable.Global
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jscience.mathematics.function.Variable
Variable.Global<X>, Variable.Local<X>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Local
Creates a new local variable with a unique symbol.- Parameters:
symbol
- the variable symbol.
-
-
Method Details