condest 0.1.0

An implementation of the 1-norm and condition number estimator by Higham and Tisseur, 2000
Documentation
[dependencies.cblas]
version = "0.2"

[dependencies.lapacke]
version = "0.2"

[dependencies.ndarray]
version = "0.12"

[dependencies.ordered-float]
version = "1.0"

[dependencies.rand]
version = "0.6"

[dependencies.rand_xoshiro]
version = "0.1"
[dev-dependencies.ndarray-rand]
version = "0.9"

[dev-dependencies.openblas-src]
version = "0.7"

[package]
authors = ["Richard Janis Goldschmidt <janis.beckert@gmail.com>"]
categories = ["science"]
description = "An implementation of the 1-norm and condition number estimator by Higham and Tisseur, 2000"
edition = "2018"
keywords = ["condition", "linalg", "matrix", "ndarray", "norm"]
license = "MIT OR Apache-2.0"
name = "condest"
repository = "https://github.com/superluffy/rust-condest"
version = "0.1.0"