Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 593 Bytes

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.