Interface FieldBivariateGridInterpolator<T extends CalculusFieldElement<T>>

Type Parameters:
T - type of the field elements
All Known Implementing Classes:
FieldBilinearInterpolator

public interface FieldBivariateGridInterpolator<T extends CalculusFieldElement<T>>
Interface representing a bivariate field interpolating function where the sample points must be specified on a regular grid.
Since:
4.0
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    interpolate(T[] xval, T[] yval, T[][] fval)
    Compute an interpolating function for the dataset.