chickadee » rbf » eval-interpolant

eval-interpolantprocedure

Evaluates the interpolant at the specified points. Parameters:

interpolant
An RBFInterpolant record created with make-interpolant
ipoints
f64vector containing the interpolation points (length should be m * number_of_interpolation_points)

Returns a f64vector containing the interpolated values at the specified points.