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

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]

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

Hi, From https://www.gnu.org/software/gsl/manual/html_node/Vector-views.html : A vector view is a temporary object, stored on the stack, which can be used to operate on a subset of vector elements. Vector views can...

Hi all, Thanks for your continued work on this very useful gem. Just out of interest, has anyone had a look at making this Rubinius compatible? How much work would...

In Debian we build rb-gsl for many architectures and most of them are failing: https://buildd.debian.org/status/package.php?p=ruby-gsl&suite=unstable BTW I'm the new maintainer of the package and wanted to say Hi. :-)

Marking dependent Ruby objects is missing in many cases. This commit marks vectors which store the data used by the splines: From https://www.gnu.org/software/gsl/manual/html_node/Interpolation-Functions.html#Interpolation-Functions : This function initializes the interpolation object...