Skip to content

prasunanand/numruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmatrix_reloaded

Reimplementing NMatrix for fun

NMatrix

Build Status

Fast Numerical Linear Algebra Library for Ruby

Installation

git clone https://github.com/prasunanand/nmatrix_reloaded
cd nmatrix_reloaded/
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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.3%
  • Ruby 15.1%
  • Shell 0.6%