matrix42 0.1.1

A linear algebra library developed as a project in the 42 ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.approx]
version = "0.5.1"

[dependencies.num]
version = "0.4.3"

[package]
description = "A linear algebra library developed as a project in the 42 ecosystem."
edition = "2021"
exclude = ["assets/*"]
keywords = ["42", "matrix", "vector", "linear", "algebra"]
license = "MIT"
name = "matrix42"
readme = "README.md"
repository = "https://github.com/LaiAnTan/42KL-matrix"
version = "0.1.1"