SparseMatrix

Build a sparce matrix from dense matrix

Tree

├── Gemfile
├── input
├── lib
│   ├── sparse_matrix
│   │   └── version.rb
│   └── sparse_matrix.rb
├── LICENSE.txt
├── Rakefile
├── README.md
├── sparse_matrix.gemspec
├── spec
│   └── math
│       ├── matrix_spec.rb
│       └── sparsematrix_spec.rb
└── test
    └── math
            ├── matrix_test.rb
                    └── sparsematrix_test.rb

Installation

Add this line to your application's Gemfile:

gem 'sparse_matrix'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sparse_matrix

Usage

as soon as

Authors

Kevin Robayna 
Jose Antonio Rodriguez Leandro