rlapack 0.0.5

LAPACK bindings and wrappers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
libc = "0.2"
num = "0.1"

[package]
authors = ["Michael Yang <mikkyangg@gmail.com>"]
build = "build.rs"
description = "LAPACK bindings and wrappers"
documentation = "http://mikkyang.github.io/rust-lapack/doc/rlapack/index.html"
homepage = "http://github.com/mikkyang/rust-lapack"
keywords = ["LAPACK"]
license = "MIT"
name = "rlapack"
readme = "README.md"
repository = "http://github.com/mikkyang/rust-lapack"
version = "0.0.5"