lin_algebra 0.4.0

A linear algebra package to compute image, kernel and rank of linear applications.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "lin_algebra"
path = "src/lib.rs"

[dependencies.num-traits]
version = "0.2"