vote up 3 vote down star
1

Are there any C libraries (preferably open source) which are comparable to the GNU Scientific Library (a large library of commonly science & math routines)?

flag

2  
What exactly is it you are asking? "Like" GNU GSL, in C, but with a different license? With different features? I am not aware of anything comparable that is open source, in C, and so broad in scope. – Dirk Eddelbuettel Sep 4 at 20:45
The Windows support could be better, and it licensed copyleft. Neither are necessarily deal breakers, but I'd like some ideas of what other options there are out there. – joemoe Sep 4 at 20:47
+1. I hate unreasonable viral copyleft. If you improve upon a free hammer, no problem w/ forcing the improved hammer to be free, but if you use a free hammer, the shed that you build shouldn't have to be free. – Jason S Sep 5 at 15:17

3 Answers

vote up 3 vote down check

You can call R from C: see http://stat-www.berkeley.edu/classes/s243/call_R.pdf

link|flag
vote up 1 vote down

You could drag in ROOT. I can't tell if this would be good for you without more information about what you want to accomplish.

I wasn't paying enough attention. ROOT is a c++ framework, and may not be appropriate unless you are willing to switch.

link|flag
vote up 2 vote down

Take a look at Netlib

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.