Class FieldBilinearInterpolator<T extends CalculusFieldElement<T>>

java.lang.Object
org.hipparchus.analysis.interpolation.FieldBilinearInterpolator<T>
Type Parameters:
T - type of the field elements
All Implemented Interfaces:
FieldBivariateGridInterpolator<T>

public class FieldBilinearInterpolator<T extends CalculusFieldElement<T>> extends Object implements FieldBivariateGridInterpolator<T>
Interpolate grid data using bi-linear interpolation.
Since:
4.0