superlu-sys 0.1.4

The package provides bindings to SuperLU.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "superlu-sys"
version = "0.1.4"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/superlu-sys"
homepage = "https://github.com/stainless-steel/superlu-sys"
documentation = "https://stainless-steel.github.io/superlu-sys"
description = "The package provides bindings to SuperLU."
build = "build.rs"
links = "superlu"

[dependencies]
libc = "*"
blas-sys = "*"