The New-Matrix-Library (NML)
While writitng this library i followed the tutorial from Andrei Ciobanu
This library is a personal project of mine to learn more about linear algebra and get more into rust-programming. You can also find the Library on Crates.io and add it to your projects with the cargo package manager.
Usage
Add this to your Cargo.toml
:
[]
= "0.4.1"
Example
use NmlMatrix;
Used libraries
[dependencies]
num-traits = "0.2.17"
rand = "0.8.5"
Documentation
You can find the documentation here
License
This project is licensed under the BSD 3-Clause License - see the LICENSE-File file for details