public
Description: New development on the Ruby bindings for the GNU Scientific Library
Clone URL: git://github.com/codahale/ruby-gsl.git
Make sure 'require "gsl/array"' loads GSL.
codahale (author)
Tue Feb 26 01:36:00 -0800 2008
commit  8dac541bfd901a7b2d183cbde19508ae0ffbf452
tree    84525539696be791bb652febff091a6554dcbca8
parent  9ac7a14e183572c17f1043849869af28c23d15f9
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+require "gsl"
0
+
0
 class Array
0
   
0
   # Returns the array's correlation with +y+, another array of equal size.

Comments

    No one has commented yet.