Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastxc/matrix-calculator-rust
Just for fun
https://github.com/toastxc/matrix-calculator-rust
Last synced: 20 days ago
JSON representation
Just for fun
- Host: GitHub
- URL: https://github.com/toastxc/matrix-calculator-rust
- Owner: toastxc
- License: gpl-3.0
- Created: 2022-05-03T12:17:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T15:10:43.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:53:39.127Z (about 1 month ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-calculator
I will remake this once I figure out how to dynamically create matrices, for now im limited to typing out the bounds of a matrix by hand
and so this calcualtor only works for 2x2 matrices# installation
```bash
git clone https://github.com/toastxc/matrix-calculator-rust.git
cd https://github.com/toastxc/matrix-calculator-rust
cargo build --release