nalgebra-lapack 0.10.0

Linear algebra library with transformations and satically-sized or dynamically-sized matrices.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nalgebra-lapack"
version = "0.10.0"
authors = ["Sébastien Crozet <developer@crozet.re>", "Andrew Straw <strawman@astraw.com>"]
description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices."
homepage = "http://nalgebra.org"
documentation = "http://nalgebra.org/doc/nalgebra/index.html"
readme = "README.md"
keywords = ["linear", "algebra", "matrix", "vector"]
license = "BSD-3-Clause"
repository = "https://github.com/rustsim/nalgebra"
[dependencies.alga]
version = "0.9"
default-features = false

[dependencies.lapack]
version = "0.16"
default-features = false

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

[dependencies.nalgebra]
version = "0.18"

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

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

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

[dependencies.serde_derive]
version = "1.0"
optional = true
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.nalgebra]
version = "0.18"
features = ["arbitrary"]

[dev-dependencies.quickcheck]
version = "0.8"

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

[features]
accelerate = ["lapack-src/accelerate"]
default = ["openblas"]
intel-mkl = ["lapack-src/intel-mkl"]
netlib = ["lapack-src/netlib"]
openblas = ["lapack-src/openblas"]
serde-serialize = ["serde", "serde_derive"]