/nmatrix_reloaded

Reimplementing NMatrix for fun

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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

LICENSE

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

Copyright © 2018-2019, Prasun Anand