https://github.com/alex-stone-github/amath
A common math library for matrices and such.
https://github.com/alex-stone-github/amath
Last synced: 11 months ago
JSON representation
A common math library for matrices and such.
- Host: GitHub
- URL: https://github.com/alex-stone-github/amath
- Owner: Alex-Stone-Github
- Created: 2023-01-01T16:10:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T21:51:03.000Z (over 3 years ago)
- Last Synced: 2025-02-02T14:38:03.235Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amath
A common math library for matrices and such.
## Features
This library provides sized and unsized linear algebra structures that make it easy
to do lots of differnet types of math.
## Future
In the future this library may expand to include more math / utility stuff for my
future projects, but for now, it is fine the way that it is.