A fast algorithm in C++ inspired by De Boor's algorithm to calculate Bsplines of arbitrary order and their derivatves.
The file ´bSplines.hpp´ contains three methods
It is recommended to use ndxBsplines() if you just need the splines or just the derivative. In case you need both together use method bSplinesWithDeriv()