nalgebra 0.22.0

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
[[bench]]
harness = false
name = "nalgebra_bench"
path = "benches/lib.rs"
[dependencies.abomonation]
optional = true
version = "0.7"

[dependencies.alga]
default-features = false
optional = true
version = "0.9"

[dependencies.approx]
default-features = false
version = "0.3"

[dependencies.generic-array]
version = "0.13"

[dependencies.matrixcompare-core]
optional = true
version = "0.1"

[dependencies.matrixmultiply]
optional = true
version = "0.2"

[dependencies.mint]
optional = true
version = "0.5"

[dependencies.num-complex]
default-features = false
version = "0.2"

[dependencies.num-rational]
default-features = false
version = "0.2"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.pest]
optional = true
version = "2.0"

[dependencies.pest_derive]
optional = true
version = "2.0"

[dependencies.quickcheck]
optional = true
version = "0.9"

[dependencies.rand]
default-features = false
version = "0.7"

[dependencies.rand_distr]
optional = true
version = "0.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.simba]
default-features = false
version = "0.2"

[dependencies.typenum]
version = "1.11"
[dev-dependencies.matrixcompare]
version = "0.1.3"

[dev-dependencies.rand_isaac]
version = "0.2"

[dev-dependencies.rand_xorshift]
version = "0.2"

[dev-dependencies.serde_json]
version = "1.0"

[features]
abomonation-serialize = ["abomonation"]
alloc = []
arbitrary = ["quickcheck"]
compare = ["matrixcompare-core"]
debug = ["approx/num-complex", "rand/std"]
default = ["std"]
io = ["pest", "pest_derive"]
libm = ["simba/libm"]
libm-force = ["simba/libm_force"]
serde-serialize = ["serde", "num-complex/serde"]
sparse = []
std = ["matrixmultiply", "rand/std", "rand_distr", "simba/std"]
stdweb = ["rand/stdweb"]

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

[package]
authors = ["Sébastien Crozet <developer@crozet.re>"]
categories = ["science"]
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."
documentation = "https://nalgebra.org/rustdoc/nalgebra/index.html"
edition = "2018"
exclude = ["/ci/*", "/.travis.yml", "/Makefile"]
homepage = "https://nalgebra.org"
keywords = ["linear", "algebra", "matrix", "vector", "math"]
license = "Apache-2.0"
name = "nalgebra"
readme = "README.md"
repository = "https://github.com/rustsim/nalgebra"
version = "0.22.0"
[profile.bench]
lto = true