numruby
numruby copied to clipboard
Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.
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
**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,...
### 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
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...