Ruby/GSL, a ruby interface to GSL (GNU Scientific library) (NMatrix fork).
See http://blackwinter.github.com/rb-gsl/rdoc/ref_rdoc.
Ruby/GSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
Any bug reports are welcome. If you encounter bugs in Ruby/GSL, please report them on GitHub: https://github.com/blackwinter/rb-gsl/issues.
A lot of work still needs to be done to make rb-gsl completely complaint with nmatrix, mainly the fact that we cannot pass nmatrix objects in GSL math methods like Linalg.
These methods will need to be improved to use nmatrix instead of narray.
See the issue tracker for details.
- Yoshiki Tsunesada (Original author)
- Jens Wille mailto:[email protected]
- Sameer Deshmukh <sameer.deshmukh93 at gmail dot com>
- John Woods