Uses of Interface
org.hipparchus.analysis.interpolation.FieldBivariateGridInterpolator
-
Packages that use FieldBivariateGridInterpolator Package Description org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms. -
-
Uses of FieldBivariateGridInterpolator in org.hipparchus.analysis.interpolation
Classes in org.hipparchus.analysis.interpolation that implement FieldBivariateGridInterpolator Modifier and Type Class Description class
FieldBilinearInterpolator<T extends CalculusFieldElement<T>>
Interpolate grid data using bi-linear interpolation.
-