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 class
FunctionValue.FunctionEvaluationException
-
Constructor Summary
Constructors Constructor Description FunctionValue()
-
Method Summary
Modifier and Type Method Description V
call()
protected abstract V
computeResult()
-
Constructor Details
-
FunctionValue
public FunctionValue()
-
-
Method Details