minterpy.dds#

Module with functions required for the divided difference scheme in multiple dimensions.

Notes

The barycentric transformations provide a similar functionality (L2N transformation) but with reduced time complexity! This module also includes the functionality for implicitly creating and traversing a “Multi Index Tree”. The tree structure is being encoded by numpy arrays for increased performance.