Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 721 Bytes

File metadata and controls

35 lines (23 loc) · 721 Bytes

Ruby-Sparse

Build Status

Ruby Style Guide

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.