SciRuby / ruby-sparse

Ruby Library for Sparse Tensors
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link
numerical-computation sparse-linear-algebra sparse-matrices

Ruby-Sparse

Build Status

Ruby Library for Sparse Tensors.

Installation

Build the library

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

Run tests

rake test

Try out the code without installing

rake pry

LICENSE

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