blob: 3de87355aadc0f002c7624428c11bd56bc628188 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
NArray is a class of Numerical N-dimensional Array, providing fast and
efficient computing of the large data arrays.
Element types: Integer, Float, Complex and Ruby Object.
Methods: array manipulation, arithmetic operators and mathematical
functions (including FFTW and LU factorization).
Author: Masahiro TANAKA <masa@ir.isas.ac.jp>
WWW: http://www.ir.isas.ac.jp/~masa/ruby/index-e.html
|