- Type Parameters:
X
- the type of the values in x-direction (Independent variable)
Y
- the type of the values in y-direction (Dependent variable)
- All Superinterfaces:
- java.util.function.Function<X,Y>
- All Known Subinterfaces:
- ContinuousFunction<X,Y>, DiscreteFunction<X,Y>, InterpolatedFunction<X,Y>
- All Known Implementing Classes:
- DefaultInterpolatedFunction, MapBackedDiscreteFunction
public interface MathFunction<X,Y>
extends java.util.function.Function<X,Y>
The general function from X to Y