pub fn evaluate_batch<T, I>(
interpolator: &I,
query_points: &ArrayView2<'_, T>,
options: Option<EvaluationOptions>,
) -> InterpolateResult<BatchEvaluationResult<T>>where
T: InterpolationFloat,
I: Interpolator<T>,Expand description
Standard batch evaluation with options