summaryrefslogtreecommitdiff
path: root/math/ruby-narray/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02Relax patten in GEM_CLEANBUILD.taca1-2/+2
2016-03-09Update ruby-narray to 0.6.1.2.taca1-2/+2
2016-02-11 Masahiro TANAKA <masa16.tanaka@gmail.com> * nmatrix.rb, narray_ext.rb: moved from lib/ to lib/narray/ * ver 0.6.1.2
2015-09-26Update HOMEPAGE.taca1-2/+2
Avoid using rubyforge.org since it stopped most of services.
2015-02-03Update ruby-narray to 0.6.1.1.taca1-3/+2
2013-03-16 Masahiro TANAKA <masa16.tanaka@gmail.com> * narray.c (Init_narray): add map, map! Thanks to Michael Macias.
2015-01-16Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.taca1-2/+2
2014-03-17Add GEM_CLEANBUOLD_EXTENSIONS.taca1-1/+2
2013-07-07Change GEM_CLEANBUILD not to include working file to package.taca1-2/+4
Bump PKGREVISION.
2013-03-11Add ruby-narray package version 0.6.0.8.taca1-0/+14
* NArray properties: + Fast and easy calculation for large numerical array. + Accepting Elements: 8,16,32 bit integer, single/double float/complex, Ruby Object. + Easy extraction/substitution of array subset, using assignment with number, range, array index. + Operator: +,-,*,/,%,**, etc. + FFTW version 2 or 3 is separately supported. + NImage: Image viewer class. + Ruby/PGPLOT: Graphics library interface (separately distributed) X-Y Graph, Histogram, Contour map, Image map, etc. * NArray is similar to: + Python/NumPy, Perl/PDL, Yorick, IDL