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
- Host: GitHub
- URL: https://github.com/kojix2/rumo-narray
- Owner: kojix2
- License: mit
- Created: 2022-11-23T07:15:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T03:09:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T15:34:37.957Z (over 1 year ago)
- Topics: ndarray, ruby, rust
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```