Popularity
6.1
Stable
Activity
0.0
Stable
992
65
80

Code Quality Rank: L3
Monthly Downloads: 413
Programming language: Ruby
License: BSD 3-clause "New" or "Revised" License
Tags: Scientific     Numerical Arrays     Projects    
Latest version: v0.2.8

SciRuby alternatives and similar gems

Based on the "Numerical arrays" category.
Alternatively, view SciRuby alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SciRuby or a related project?

Add another 'Numerical arrays' Gem

README

SciRuby meta gem Build Status

Tools for Scientific Computing in Ruby

Description

This gem acts as a meta gem which collects and provides multiple scientific gems, including numeric and visualization libraries.

Getting started

Installation:

gem install sciruby
gem install sciruby-full

If you want to have a full-blown installation, install sciruby-full.

Start a notebook server:

iruby notebook

Enter commands:

require 'sciruby'
# Scientific gems are auto loaded, you can use them directly!
plot = Nyaplot::Plot.new
sc = plot.add(:scatter, [0,1,2,3,4], [-1,2,-3,4,-5])

Take a look at [gems.yml](gems.yml) or the list of gems for interesting gems which are included in sciruby-full.

License

Copyright (c) 2010 onward, The Ruby Science Foundation.

All rights reserved.

SciRuby is licensed under the BSD 3-clause license. See [LICENSE](LICENSE) for details.

Donations

Support a SciRuby Fellow via Pledgie.


*Note that all licence references and agreements mentioned in the SciRuby README section above are relevant to that project's source code only.