Expand description
Interpolation for dense output.
This module provides interpolation functions for generating dense output from ODE solvers, allowing evaluation at arbitrary points within the integration range without recomputing the entire solution.
Enums§
- Continuous
Output Method - Continuous output method for interpolation
Functions§
- cubic_
hermite_ interpolation - Cubic Hermite interpolation
- find_
index - Find the index in a sorted array where the given value would be inserted
- linear_
interpolation - Linear interpolation