static-la 0.1.5

A linear algebra library with excellent type safety.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.rand]
optional = true
version = "0.8.5"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.nalgebra]
version = "0.30.1"

[dev-dependencies.ndarray]
version = "0.15.4"

[dev-dependencies.ndarray-rand]
version = "0.14.0"

[dev-dependencies.rand]
version = "0.8.5"

[features]
distribution = ["rand"]

[package]
authors = ["Jonathan <jonthanwoollettlight@gmail.com>"]
categories = ["mathematics"]
description = "A linear algebra library with excellent type safety."
documentation = "https://docs.rs/static-la/"
edition = "2018"
license = "Apache-2.0"
name = "static-la"
readme = "README.md"
repository = "https://github.com/JonathanWoollett-Light/static-la"
version = "0.1.5"