Hipparchus-Math / hipparchus

An efficient, general-purpose mathematics components library in the Java programming language
Apache License 2.0
143 stars 42 forks source link

Add FieldBilinearInterpolatingFunction #354

Closed maisonobe closed 2 months ago

maisonobe commented 2 months ago

BilinearInterpolatingFunction allows to have a Field parameter, but not field reference values in the grid, they are always primitive double.

A specialized FieldBilinearInterpolatingFunction is needed for that.