lapack 0.0.3

The library provides an interface to the Linear Algebra PACKage.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lapack"
version = "0.0.3"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/lapack"
homepage = "https://github.com/stainless-steel/lapack"
documentation = "https://stainless-steel.github.io/lapack"
description = "The library provides an interface to the Linear Algebra PACKage."

[dependencies]
liblapack-sys = "0.0.3"

[dev-dependencies]
assert = "0.0.2"