public interface FieldBivariateFunction
Modifier and Type | Method and Description |
---|---|
default <T extends CalculusFieldElement<T>> |
toCalculusFieldBivariateFunction(Field<T> field)
Convert to a
CalculusFieldBivariateFunction with a specific type. |
<T extends CalculusFieldElement<T>> |
value(T x,
T y)
Compute the value for the function.
|
default <T extends CalculusFieldElement<T>> CalculusFieldBivariateFunction<T> toCalculusFieldBivariateFunction(Field<T> field)
CalculusFieldBivariateFunction
with a specific type.T
- the type of the field elementsfield
- field for the argument and value<T extends CalculusFieldElement<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-2021 CS GROUP. All rights reserved.