Class FunctionValue<V>
java.lang.Object
de.tu_bs.isbs.util.math.functions.FunctionValue<V>
- Type Parameters:
V-
- Direct Known Subclasses:
DoubleFunctionValue,VectorFunctionValue
public abstract class FunctionValue<V>
extends java.lang.Object
- Author:
- reiser
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctionValue.FunctionEvaluationException -
Constructor Summary
Constructors Constructor Description FunctionValue() -
Method Summary
Modifier and Type Method Description Vcall()protected abstract VcomputeResult()
-
Constructor Details
-
FunctionValue
public FunctionValue()
-
-
Method Details