Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andelf/rust-mtl
Rust Matrix Library. Working in Progress.
https://github.com/andelf/rust-mtl
Last synced: about 1 month ago
JSON representation
Rust Matrix Library. Working in Progress.
- Host: GitHub
- URL: https://github.com/andelf/rust-mtl
- Owner: andelf
- License: apache-2.0
- Created: 2015-07-09T15:33:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T16:07:14.000Z (about 8 years ago)
- Last Synced: 2024-10-03T10:45:22.008Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-mtl
Working in Progress.
## What's this?
A matrix library.
- Nd-Array
- Dense2D Matrix
- Sparse Matrix (CSR, CSC, COO, LIL, etc.)## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.