minmath
Quick start example
Matrix
use Matrix;
Vector
use Vector;
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
Adding minmath
to dependencies
minmath
currently has zero dependencies and I plan to keep it that way.
There are two ways to add the crate to your dependencies.
Manual
Add the following to your Cargo.toml
file.
[]
= "*"
# Check https://crates.io/crates/minmath for the latest version
Command Line
Run the following in your terminal.
Structures and Features
License
This project is licensed under the MIT License. See LICENSE for details.