You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> B = vector_alloc(ncoeffs)
ERROR: vector_alloc not defined
I've just seen that you only included a few files into the GSL module. Do you prefer me not to look at the package for a while until you export more functions?
The text was updated successfully, but these errors were encountered:
I've just seen that you only included a few files into the GSL module. Do you prefer me not to look at the package for a while until you export more functions?
As explained in the readme, I've only seriously looked at the special functions. I could certainly use more help in cleaning up the wrapper. Most of the files in src/ are actually wrappers that are automatically generated from the GSL documentation (all the files beginning in _) and most of them have not been tested to make them work.
It's good that someone else is looking at GSL and in parts that I haven't looked at, but realistically speaking I'm not going to be able to dedicate too much time to developing wrappers. If you're interested in these functions we could look at cleaning up these wrappers together.
hi!
I'm getting an error when runnign the b-spline example on this line:
https://github.com/jiahao/GSL.jl/blob/master/examples/39_Example-programs-for-B-splines.jl#L13
I've just seen that you only included a few files into the GSL module. Do you prefer me not to look at the package for a while until you export more functions?
The text was updated successfully, but these errors were encountered: