[dependencies.num-traits]
version = "0.2"
[lib]
name = "lin_algebra"
path = "src/lib.rs"
[package]
authors = ["LucaBonamino"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "cryptography"]
description = "A linear algebra package to compute image, kernel and rank of linear applications."
edition = "2021"
homepage = "https://github.com/LucaBonamino/lin_algebra"
keywords = ["linear-applications", "rank", "image", "kernel", "echelon-form"]
license = "MIT"
name = "lin_algebra"
readme = "README.md"
repository = "https://github.com/LucaBonamino/lin_algebra"
version = "0.2.1"