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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]