Expand description
2D interpolation functionality for SparseIR
This module provides efficient 2D interpolation using Legendre polynomials within individual grid cells.
Structs§
- Interpolate2D
- 2D interpolation object for a single grid cell
Functions§
- evaluate_
2d_ legendre_ polynomial - Evaluate 2D Legendre polynomial at point (x, y) using coefficient matrix
- interpolate_
2d_ legendre - 2D Legendre polynomial interpolation using collocation matrices