splinter icon indicating copy to clipboard operation
splinter copied to clipboard

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB

Results 37 splinter issues
Sort by recently updated
recently updated
newest added

Hello, The library compiles on Windows 10 VS 2019 fine, example compiles and runs correctly. However, when I try to use it in my code the program dies when P-spline...

I installed the package via "make install" I'am going to use this package in C++ however, when compile the example code, undefined reference error come out. maybe this is link...

Matlab has a [GriddedInterpolant](https://au.mathworks.com/help/matlab/ref/griddedinterpolant.html) function which when used in "spline" interpolation mode, can generate cubic splines for n dimensional data, like splinter. However, Matlab's GriddedInterpolant function uses not-a-knot end conditions,...

New feature

![0616_1](https://user-images.githubusercontent.com/30363654/122151884-ed7ef680-ce92-11eb-8c14-fd40553b3502.jpg) Hello, I want to know how to draw the red b-spline as shown in the above picture? Now I can get the bottom point coordinate traversed by the green...

Hi, Thank you for making this very useful library available. I am using it in a Python script that builds a spline once and then evaluates it multiple times. I...

Bug

I am trying to build splines with discontinuities by increasing the multiplicity of the knot at the discontinuity. My understanding is that this can be achieved through splinter's support for...

Is there any wrapper for using this library from c# code?

Allow a B-spline to be fitted to sample points in a sequential manner. In many applications, new sample points may become available after the B-spline has been fitted and it...

New feature

Dear Bjarne, I have looked into splinter because I need to calculate b-splines / p-splines for large data sets (astronomical images, usually 8-16 million pixels each). While the splines describe...

Hi, it might sound quite stupid, but could you please provide some instructions on compiling in Windows 10 (Microsoft Visual Studio 2017) to obtain `libsplinter-4-0.dll` file?