numo-gsl
numo-gsl copied to clipboard
GSL interface for Ruby/Numo::NArray
gem_make.out https://gist.github.com/dsisnero/f0dfdd87a64073e3a1d1a6748108455b F:\programming\source\repos\git\asciidoctor-pdf>ruby -v ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt] F:\programming\source\repos\git\asciidoctor-pdf>gem install numo-gsl ` Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a while... ERROR: Error installing...
Per the To-Do, there is a mention of tests. Were these to be auto-generated somehow from the GSL distribution or created manually? Also, is there a preferred testing framework -...
I have fixed a small mistake in the `ran_multinomial()` function template. This fix addresses a typo in the number of arguments for the function.