matrix 0.21.0

The package provides a matrix laboratory.
Documentation
[package]
name = "matrix"
version = "0.21.0"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides a matrix laboratory."
documentation = "https://stainless-steel.github.io/matrix"
homepage = "https://github.com/stainless-steel/matrix"
repository = "https://github.com/stainless-steel/matrix"

[features]
default = ["acceleration"]
acceleration = ["blas", "lapack"]

[dependencies.blas]
version = "0.14"
optional = true

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

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

[dev-dependencies]
assert = "0.6"
random = "0.9"