We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bd55c3 + ad316b2 commit 924c81bCopy full SHA for 924c81b
Cargo.toml
@@ -3,11 +3,17 @@ name = "ndarray-linalg"
3
version = "0.1.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
6
+description = "Linear algebra package for rust-ndarray using LAPACK"
7
+documentation = "https://termoshtt.github.io/ndarray-linalg/ndarray_linalg/index.html"
8
+repository = "https://github.com/termoshtt/ndarray-linalg"
9
+keywords = ["ndarray", "lapack", "matrix"]
10
+license = "MIT"
11
+
12
[dependencies]
-ndarray = "*"
-lapack = "*"
-num-traits = "*"
13
+ndarray = "0.6.8"
14
+lapack = "0.11.0"
15
+num-traits = "0.1.36"
16
17
[dev-dependencies]
-rand = "*"
-ndarray-rand = "*"
18
+rand = "0.3.14"
19
+ndarray-rand = "0.2.0"
0 commit comments