bgrimstad / splinter

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
414 stars 115 forks source link

Run C++ sample code all night and can not return back result #135

Open vigorbird opened 1 year ago

vigorbird commented 1 year ago

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 night and can not return back result. Is this my fault?

gablank commented 1 year ago

Hello @vigorbird. The example you linked is supposed to work. It's impossible for me to tell whether you have done something wrong or if SPLINTER has a bug with the information you have provided.

You should at the bare minimum provide us with some sample code that reproduces the problem, and let us know something about the build and runtime environments you are seeing this issue in. For example the operating system and compiler you are using.