matroid 0.1.0

A complete Matrix Algebra library written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Shivam Pandey <pandeyshivam2023robotics+crates@gmail.com>"]
categories = ["data-structures", "algorithms", "graphics", "science", "simulation"]
description = "A complete Matrix Algebra library written in rust."
edition = "2021"
homepage = "https://github.com/ShivamPR21/matroid"
keywords = []
license = "MIT OR Apache-2.0"
name = "matroid"
publish = true
readme = "README.md"
repository = "https://github.com/ShivamPR21/matroid.git"
version = "0.1.0"