We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c961039 commit 0ff6d1fCopy full SHA for 0ff6d1f
ndarray-linalg/Cargo.toml
@@ -14,9 +14,20 @@ categories = ["algorithms", "science"]
14
15
[features]
16
default = []
17
-intel-mkl = ["lax/intel-mkl"]
+
18
netlib = ["lax/netlib"]
19
openblas = ["lax/openblas"]
20
+intel-mkl = ["lax/intel-mkl"]
21
22
+netlib-static = ["lax/netlib-static"]
23
+netlib-system = ["lax/netlib-system"]
24
+openblas-static = ["lax/openblas-static"]
25
+openblas-system = ["lax/openblas-system"]
26
27
+mkl-static-lp64-iomp = ["lax/mkl-static-lp64-iomp"]
28
+mkl-static-lp64-seq = ["lax/mkl-static-lp64-seq"]
29
+mkl-dynamic-lp64-iomp = ["lax/mkl-dynamic-lp64-iomp"]
30
+mkl-dynamic-lp64-seq = ["lax/mkl-dynamic-lp64-seq"]
31
32
[dependencies]
33
cauchy = "0.2.2"
0 commit comments