Difference between revisions of "Ruby Arrays"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* http://learnruby.com/boggle/index.shtml | * http://learnruby.com/boggle/index.shtml | ||
* http://ruby-gsl.sourceforge.net/ | * http://ruby-gsl.sourceforge.net/ | ||
* http://rb-gsl.rubyforge.org/ | |||
* http://www.ruby-forum.com/topic/204163 | |||
* http://rb-gsl.rubyforge.org/narray.html | |||
* http://sciruby.com/ | |||
=NArray= | |||
* https://github.com/princelab/narray/wiki | |||
* https://github.com/princelab/narray/wiki/Why-narray-could-be-better-than-numpy | |||
=Background - Numpy= | |||
* http://www.scipy.org/Tentative_NumPy_Tutorial | |||
[[Category:Ruby]] | [[Category:Ruby]] |
Latest revision as of 17:51, 21 February 2012
Links
- http://rubylearning.com/satishtalim/ruby_arrays.html
- http://learnruby.com/boggle/index.shtml
- http://ruby-gsl.sourceforge.net/
- http://rb-gsl.rubyforge.org/
- http://www.ruby-forum.com/topic/204163
NArray
- https://github.com/princelab/narray/wiki
- https://github.com/princelab/narray/wiki/Why-narray-could-be-better-than-numpy