Skip to content

SciRuby/numruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5