Quasi Interpolate

This is an implementation of the Quasi Interpolate algorithm as defined in the text book MATHEMATICS OF APPROXIMATION by Johan de Villiers.

The algorithm is implemented in Sage and you will need to have Sage installed in order to run it on your system.

I did not have a the time to nicely package this project. Feel free to contribute! A quick and dirty way to get the code working is to copy the algorithm (src/quasi_interpolate.py) into your code base. Look at the examples in the test directory for how to use it.