numruby icon indicating copy to clipboard operation
numruby copied to clipboard

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.

Results 24 numruby issues
Sort by recently updated
recently updated
newest added

Codecov is a reporting tool that is intended to process any coverage report format into a format that is standard across Codecov. Reference: https://about.codecov.io

Add documentation for NMatrix_Reloaded

help wanted
good first issue

Implement inspect, to_a, pretty_print, etc.

good first issue

**Documentation** The documentation link in the Readme leads to a 404 page.

* Added the nmatrix_buffer struct * Used buffer in slicing * Used TypedData_*_Struct * Fixed some warnings The way buffer is used in slicing is that when slicing is called,...

Implement Random Engine generators

good first issue

### Description Added serialization for NMatrix class using Marshal module and custom implementation of load and dump functions. Default Marshal serialization methods threw error so We needed to create our...

Implement the following sort algorithms: - [ ] Quicksort - [ ] Heapsort - [ ] Mergesort - [ ] Stablesort

good first issue

Hi, I am trying to compile from source, but I get a bunch of errors for seemingly missing files. Here's my output for `rake compile --trace` ``` ** Invoke compile...