Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.02 KB

Description

Ruby/GSL, a ruby interface to GSL (GNU Scientific library) (NMatrix fork).

Reference

See http://blackwinter.github.com/rb-gsl/rdoc/ref_rdoc.

Licence

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.

Bug Reports

Any bug reports are welcome. If you encounter bugs in Ruby/GSL, please report them on GitHub: https://github.com/blackwinter/rb-gsl/issues.

Roadmap

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.

Authors

  • Yoshiki Tsunesada (Original author)
  • Jens Wille mailto:[email protected]
  • Sameer Deshmukh <sameer.deshmukh93 at gmail dot com>
  • John Woods