KO
|
EN
gitlite — search
Search
#python
#java
#javascript
#android
#php
#elixir
#hacktoberfest
#opengl
#fun
#kotlin
#generator
#eslint
numo
★ 66
Open GitHub ↗
Ruby Numerical Modules
Download README (.md)
Explore Similar Repositories
kickoff
:
A continous website monitoring tool
sublime-sql-snippets
:
Many snippets for quick creation of sql commands
Angular-ES6-JSPM-Gulp
:
ES6 workflow based on JSPM and Gulp for AngularJS
embedza
:
Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.
BosonEditorExperimental
:
Experimental code editor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
numo
?
Download (.md)
# Ruby/Numo (NUmerical MOdules) !!! under development !!! [GitHub](https://github.com/ruby-numo/numo), [Organizaton](https://github.com/ruby-numo) | [RubyGems](https://rubygems.org/gems/numo) This project aimes at the development of **NArray** (Ruby equivalent of Numpy) and data analysis environment based on NArray. ## Projects under Ruby/Numo * [Numo::NArray](https://github.com/ruby-numo/numo-narray) -- NArray is the performance-oriented, n-dimensional numerical array for Ruby. Numo::NArray is new version of NArray which is the successor of [the former version of NArray](https://github.com/masa16/narray). * [Numo::Linalg](https://github.com/ruby-numo/numo-linalg) -- Linear Algebra library with [BLAS](http://www.netlib.org/blas/)/[LAPACK](http://www.netlib.org/lapack/). * [Numo::GSL](https://github.com/ruby-numo/numo-gsl) -- Ruby/Numo interface to [GSL (GNU Scientific Library)](http://www.gnu.org/software/gsl/). * [Numo::FFTW](https://github.com/ruby-numo/numo-fftw) -- Ruby/Numo interface to [FFTW (A Discrete Fourier Transform library)](http://www.fftw.org/). * ([Numo::FFTE](https://github.com/ruby-numo/numo-ffte) -- Ruby/Numo interface to [FFTE (A Fast Fourier Transform library with radix-2,3,5)](http://www.ffte.jp/).) * [Numo::Gnuplot](https://github.com/ruby-numo/numo-gnuplot) -- Ruby interface to [Gnuplot](http://www.gnuplot.info/) ## Installation ```shell $ gem install numo ```