Skip to main content

interpolate_hermite

Function interpolate_hermite 

Source
pub fn interpolate_hermite<Field, U, T>(
    segments: &[HermiteSegment<Field, T>],
    time: &[Quantity<T>],
) -> Result<U, IntegrationError>
where Field: Integrable, U: TensorVec<Item = Field::Point>,
Expand description

Finds the containing segment and evaluates it there, over a whole grid of requested times.