mdarray icon indicating copy to clipboard operation
mdarray copied to clipboard

Multidimensional array similar to NumPy and NArray

Results 3 mdarray issues
Sort by recently updated
recently updated
newest added

Dear Rodrigo, we've recently added `mdarray` to our upcoming RubyDataScience list: https://github.com/arbox/data-science-with-ruby In order to connect all Ruby & Data Science related projects we introduced the `rubydatascience` topic on GitHub....

Need to go through all the code and look for places where Java exceptions are raised and catch then, raising ruby exceptions in place.

When an MDMatrix is instanciated, an MDArray sibling is also instanciated. An instance of MDMatrix can be constructed as: matrix = MDMatrix.double([5, 5]. If we do array = matrix.mdarray, then...