Skip to content

SciRuby/ruby-sparse

Repository files navigation

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.