minterpy.core#

The core sub-package of Minterpy.

The sub-package contains several top domain-specific classes (e.g., multi_index) and the abstract base classes.

Warning

Modifications to this sub-package should only be made with a thorough understanding of the overall Minterpy code base. We strongly advise holding discussions with the project maintainers prior to any modifications.

Module / Sub-package

Description

multi_index

The set of multi-indices representing the exponents of multidimensional polynomials

grid

The grid on which interpolating polynomials live

tree

The data to carry out the multidimensional divided difference scheme (DDS)

ABC

The core abstract base classes