csaps-cpp icon indicating copy to clipboard operation
csaps-cpp copied to clipboard

Eigen based C++11 implementation of cubic spline approximation (smoothing)

Results 2 csaps-cpp issues
Sort by recently updated
recently updated
newest added

Im trying to create a smoothing spline with a dataset (it worked successfully in Matlab), but for some reason i keep getting this error when trying to create it: Assertion...

I was wondering if one can use csaps-cpp to smooth an array of complex numbers (for the y-data)? I believe one could split the complex data type y-arrays into two...

question