Reputation: 441
I'm thinking of developing something on the iOS platform that would require some scientific libraries, for tasks such as solving roots for cubic/quartic polynomials, numerical root finding, optimization, etc. I'm wondering if people would know any good libraries that's compatible with iOS/Apple App Store.
I've tried to google around to no avail. GNU's Scientific Computing Library comes to mind, but too bad their licensing is not allowed on the app store...
Thanks!
Upvotes: 1
Views: 1256
Reputation: 4229
Perhaps CodeCogs (http://www.codecogs.com) will do what you need? Components are available for non-GPL licensing, although you will have to pay.
Also, CCMATH (http://freshmeat.net/projects/ccmath/) is LGPL licensed.
Upvotes: 0