Skip to content

Commit ef24575

Browse files
committed
add index.md to top
1 parent a57f72a commit ef24575

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Ruby/Numo (NUmerical MOdules)
2+
3+
!!! under development !!!
4+
5+
[GitHub](https://github.com/ruby-numo/numo),
6+
[Organizaton](https://github.com/ruby-numo) |
7+
[RubyGems](https://rubygems.org/gems/numo)
8+
9+
This project aimes at the development of
10+
**NArray** (Ruby equivalent of Numpy) and
11+
data analysis environment based on NArray.
12+
13+
## Projects under Ruby/Numo
14+
15+
* [Numo::NArray](https://github.com/ruby-numo/numo-narray) --
16+
NArray is the performance-oriented, n-dimensional numerical array for Ruby.
17+
Numo::NArray is new version of NArray which is the successor of
18+
[the former version of NArray](https://github.com/masa16/narray).
19+
20+
* [Numo::Linalg](https://github.com/ruby-numo/numo-linalg) --
21+
Linear Algebra library with [BLAS](http://www.netlib.org/blas/)/[LAPACK](http://www.netlib.org/lapack/).
22+
23+
* [Numo::GSL](https://github.com/ruby-numo/numo-gsl) --
24+
Ruby/Numo interface to [GSL (GNU Scientific Library)](http://www.gnu.org/software/gsl/).
25+
26+
* [Numo::FFTW](https://github.com/ruby-numo/numo-fftw) --
27+
Ruby/Numo interface to [FFTW (A Discrete Fourier Transform library](http://www.fftw.org/).
28+
29+
* ([Numo::FFTE](https://github.com/ruby-numo/numo-ffte) --
30+
Ruby/Numo interface to [FFTE (A Fast Fourier Transform library with radix-2,3,5)](http://www.ffte.jp/).)
31+
32+
* [Numo::Gnuplot](https://github.com/ruby-numo/numo-gnuplot) --
33+
Ruby interface to [Gnuplot](http://www.gnuplot.info/)
34+
35+
## Installation
36+
37+
```shell
38+
$ gem install numo
39+
```

0 commit comments

Comments
 (0)