public interface FieldBivariateFunction
Modifier and Type | Method and Description |
---|---|
default <T extends RealFieldElement<T>> |
toRealFieldBivariateFunction(Field<T> field)
Convert to a
RealFieldBivariateFunction with a specific type. |
<T extends RealFieldElement<T>> |
value(T x,
T y)
Compute the value for the function.
|
default <T extends RealFieldElement<T>> RealFieldBivariateFunction<T> toRealFieldBivariateFunction(Field<T> field)
RealFieldBivariateFunction
with a specific type.T
- the type of the field elementsfield
- field for the argument and value<T extends RealFieldElement<T>> T value(T x, T y)
T
- type of the field elementsx
- Abscissa for which the function value should be computed.y
- Ordinate for which the function value should be computed.Copyright © 2016–2020 Hipparchus.org. All rights reserved.