Reimplementing NMatrix for fun
Fast Numerical Linear Algebra Library for Ruby
git clone https://github.com/sciruby/numruby cd numruby/ gem install bundler bundle install rake compileRun the tests using
rake testIf you want to try out the code without installing:
rake pryruby benchmark/bench.rb Yard is used for documenting class and methods following yard tags. To generate the static documentation in doc folder run yard doc. To serve it in localhost run yard server.
This software is distributed under the BSD 3-Clause License.
Copyright © 2018-2019, Prasun Anand