Skip to content

wesrer/numruby

 
 

Repository files navigation

numruby (nmatrix_reloaded)

Reimplementing NMatrix for fun

NMatrix

Build Status

Fast Numerical Linear Algebra Library for Ruby

Installation

git clone https://github.com/sciruby/numruby
cd numruby/
gem install bundler
bundle install
rake compile

Run the tests using

rake test

If you want to try out the code without installing:

rake pry

Speed Test

ruby benchmark/bench.rb

Documentation

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.

LICENSE

This software is distributed under the BSD 3-Clause License.

Copyright © 2018-2019, Prasun Anand

About

Reimplementing NMatrix for fun

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 86.7%
  • Ruby 13.0%
  • Shell 0.3%