splinter
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
Remove code redundancy by wrapping affine operations on the control points (BSpline) and sequential tensor products (BSplineBasis).
Do you have any comparisons with other spline packages? For example `scipy.interploate.Bspline`?
Hi! I've noticed, that only first column of the jacobian is returned when I use python bindings (dev branch, or installed from PyPy). I had to write my own simple...
I use your C++ sample code provided by https://github.com/bgrimstad/splinter/blob/master/docs/cpp_interface.md. I compile your code as third party so file and link so to our executable program. I run this code all...
Hi everyone I am integrating splinter inside our framework, for the comparison of kinetic mechanisms performances. However I would like to extend the library adding some sort of automatic selection...
Hi everyone I integrated the splinter library into an inhouse cfd software for testing with lookup-table methods. As I have tables for various thermophysical quantities (e.g. rho = f(p,h), ....)...
Hello, I tried to execute the provided C++ interface example code and it outputs: ``` double free or corruption (out) Aborted (core dumped) ``` I recompiled the code with the...