minterpy.transformations#
This sub-package contains the concrete implementations of transformations.
Each concrete basis transformation class is defined in a separate module, with
each class handling the the transformation from one polynomial basis
(the origin) to another basis (the target).
All the concrete classes implement the abstract base class
TransformationABC.
Module |
Description |
|---|---|
Concrete transformation classes from the Lagrange basis |
|
Concrete transformation classes from the Newton basis |
|
Concrete transformation classes from the canonical basis |
|
Concrete transformation classes from the Chebyshev basis |
|
Concrete transformation class from one basis to the same basis |
|
High-level helper functions related to basis transformations |
|
Low-level utility functions related to basis transformations |