eulerpi.core.dense_grid_types module
- class DenseGridType(value)[source]
Bases:
Enum
The available grid types for the
dense grid
inference.- CHEBYSHEV = 1
The Chebyshev grid is a tensor product of Chebyshev polynomial roots. They are optimal for polynomial interpolation and quadrature.
- EQUIDISTANT = 0
The equidistant grid has the same distance between two grid points in each dimension.