Skip to main content

evaluate_batch

Function evaluate_batch 

Source
pub fn evaluate_batch<T, I>(
    interpolator: &I,
    query_points: &ArrayView2<'_, T>,
    options: Option<EvaluationOptions>,
) -> InterpolateResult<BatchEvaluationResult<T>>
Expand description

Standard batch evaluation with options