Shekharrajak / nmatrix_reloaded

Reimplementing NMatrix for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reimplementing NMatrix for fun

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 85.3%Language:Ruby 14.1%Language:Shell 0.5%