rb-gsl icon indicating copy to clipboard operation
rb-gsl copied to clipboard

A git-svn mirror of rb-gsl with my changes, namely NMF support

Results 5 rb-gsl issues
Sort by recently updated
recently updated
newest added

I needed to use rb-gsl in one of my gems, but the version on rubygems doesn't build. So, I'm vendoring this in my gem's ext/ dir, and having rb-gsl build...

I don't have a ton of time to look into this (sorry!) and am not even sure where the canonical version of this gem lives (yours is the most accessible/maintained),...

I'm trying to get either a sample of a rounded Vector (GSL::Vector#round) and the choose and sample are behaving differently. how to test it: ``` r = GSL::Rng.alloc(GSL::Rng::MT19937,rand(10000)) g =...

``` compiling vector_complex.c vector_complex.c:1989:12: error: incompatible type for «gsl_vector_complex_equal» In file included from /usr/include/gsl/gsl_vector.h:5:0, from ../include/rb_gsl_array.h:19, from vector_complex.c:12: ``` Got this with gsl 1.15-2, Linux x86-64

when I install ,it get the error "Check GSL>=0.9.4 is installed, and the command 'gsl-config' is in search path.(RuntimeError)" when I do "ruby setup.rb config" How can I do with...