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
418 stars 115 forks source link

Using library in c# code #127

Open vgdh opened 3 years ago

vgdh commented 3 years ago

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

gablank commented 3 years ago

Unfortunately, no. However, we have an interface that exposes names using C linkage which you can probably use. See this directory.

vgdh commented 3 years ago

Unfortunately, no. However, we have an interface that exposes names using C linkage which you can probably use. See this directory.

I am not so good in C. Can you please give me some link to example using C linkage in c#?