Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B-spline example not working #21

Closed
floswald opened this issue Jul 19, 2014 · 1 comment
Closed

B-spline example not working #21

floswald opened this issue Jul 19, 2014 · 1 comment

Comments

@floswald
Copy link

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

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?

@jiahao
Copy link
Collaborator

jiahao commented Jul 20, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants