Package org.tensorics.incubate.function
Interface AnalyticalFunction<X extends java.lang.Comparable<? super X>,Y>
-
- Type Parameters:
X- the type of the independent variable of the function (input)Y- the type of the dependent variable of the function (output)
- All Superinterfaces:
ContinuousFunction<X,Y>,KeyValueFunction<X,Y>
- All Known Implementing Classes:
ConstantFunction,ExponentialFunction
public interface AnalyticalFunction<X extends java.lang.Comparable<? super X>,Y> extends ContinuousFunction<X,Y>
A function for which the output for any input value can be calculated from an (internal) analytical expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoText()-
Methods inherited from interface org.tensorics.incubate.function.KeyValueFunction
getY
-
-