minterpy.polynomials#

This sub-package contains the concrete implementations of polynomial bases.

Each concrete polynomial basis class is defined in its own module. All the concrete polynomial bases implement (i.e., inherit from) the abstract base class MultivariatePolynomialSingleABC.

Module

Description

lagrange_polynomial

The Lagrange polynomial basis

newton_polynomial

The Newton polynomial basis

canonical_polynomial

The canonical polynomial basis

chebyshev_polynomial

The Chebyshev polynomial (of the first kind) basis