nalgebra 0.27.0

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"
required-features = ["rand"]

[[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.5"

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

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

[dependencies.glam014]
optional = true
package = "glam"
version = "0.14"

[dependencies.glam015]
optional = true
package = "glam"
version = "0.15"

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

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

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

[dependencies.nalgebra-macros]
optional = true
version = "0.1"

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

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

[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.rkyv]
default-features = false
features = ["const_generics"]
optional = true
version = "~0.6.4"

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

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

[dependencies.typenum]
version = "1.12"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

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

[dev-dependencies.matrixcompare]
version = "0.3.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-glam013 = ["glam013"]
convert-glam014 = ["glam014"]
convert-glam015 = ["glam015"]
convert-mint = ["mint"]
debug = ["approx/num-complex", "rand"]
default = ["std", "macros"]
io = ["pest", "pest_derive"]
libm = ["simba/libm"]
libm-force = ["simba/libm_force"]
macros = ["nalgebra-macros"]
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"]
rkyv-serialize = ["rkyv-serialize-no-std", "rkyv/std"]
rkyv-serialize-no-std = ["rkyv"]
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.27.0"
[package.metadata.docs.rs]
features = ["proptest-support", "compare", "macros"]
[profile.bench]
lto = true