nalgebra 0.26.2

General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
[[bench]]
harness = false
name = "nalgebra_bench"
path = "benches/lib.rs"

[[example]]
name = "matrixcompare"
required-features = ["compare"]
[badges.maintenance]
status = "actively-developed"
[dependencies.abomonation]
optional = true
version = "0.7"

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

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

[dependencies.bytemuck]
optional = true
version = "1.5"

[dependencies.glam]
optional = true
version = "0.13"

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

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

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

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

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

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

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

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

[dependencies.proptest]
default-features = false
features = ["std"]
optional = true
version = "1"

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

[dependencies.rand-package]
default-features = false
optional = true
package = "rand"
version = "0.8"

[dependencies.rand_distr]
default-features = false
optional = true
version = "0.4"

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

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

[dependencies.typenum]
version = "1.12"
[dev-dependencies.criterion]
version = "0.2.10"

[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.matrixcompare]
version = "0.2.0"

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

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

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

[features]
abomonation-serialize = ["abomonation"]
alloc = []
arbitrary = ["quickcheck"]
compare = ["matrixcompare-core"]
convert-bytemuck = ["bytemuck"]
convert-glam = ["glam"]
convert-glam-unchecked = ["convert-glam"]
convert-mint = ["mint"]
debug = ["approx/num-complex", "rand"]
default = ["std"]
io = ["pest", "pest_derive"]
libm = ["simba/libm"]
libm-force = ["simba/libm_force"]
no_unsound_assume_init = []
proptest-support = ["proptest"]
rand = ["rand-no-std", "rand-package/std", "rand-package/std_rng", "rand_distr"]
rand-no-std = ["rand-package"]
serde-serialize = ["serde-serialize-no-std", "serde/std"]
serde-serialize-no-std = ["serde", "num-complex/serde"]
slow-tests = []
sparse = []
std = ["matrixmultiply", "simba/std"]

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

[package]
authors = ["Sébastien Crozet <developer@crozet.re>"]
categories = ["science", "mathematics", "wasm", "no-std"]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
documentation = "https://www.nalgebra.org/docs"
edition = "2018"
exclude = ["/ci/*", "/.travis.yml", "/Makefile"]
homepage = "https://nalgebra.org"
keywords = ["linear", "algebra", "matrix", "vector", "math"]
license = "BSD-3-Clause"
name = "nalgebra"
readme = "README.md"
repository = "https://github.com/dimforge/nalgebra"
resolver = "2"
version = "0.26.2"
[package.metadata.docs.rs]
features = ["proptest-support", "compare"]
[profile.bench]
lto = true