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 |
---|---|
The Lagrange polynomial basis |
|
The Newton polynomial basis |
|
The canonical polynomial basis |
|
The Chebyshev polynomial (of the first kind) basis |