An open API service indexing awesome lists of open source software.

https://github.com/kojix2/rumo-narray

ndarray for Ruby
https://github.com/kojix2/rumo-narray

ndarray ruby rust

Last synced: 2 months ago
JSON representation

ndarray for Ruby

Awesome Lists containing this project

README

          

# Rumo::NArray

As you can see, this is toy junk. Nothing works. I dont have time to build this. But I think this is the first step to make Rust ndarray work in Ruby. Anyone want to develop a continuation of this?

- [ndarray](https://github.com/rust-ndarray/ndarray) - N-dimensional array for Rust
- [magnus](https://github.com/matsadler/magnus) - Ruby bindings for Rust

---

- [numo-narray](https://github.com/ruby-numo/numo-narray) - N-dimensional array for Ruby

## Development

```
rake expand # expand erb template
rake compile
rake test
```