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 38a42f2 commit 6e9616cCopy full SHA for 6e9616c
README.md
@@ -14,6 +14,18 @@ Dependencies
14
15
and more (See Cargo.toml).
16
17
+Feature flags
18
+--------------
19
+
20
+- OpenBLAS
21
+ - `openblas-static`: use OpenBLAS with static link (default)
22
+ - `openblas-shared`: use OpenBLAS with shared link
23
+ - `openblas-system`: use system OpenBLAS (experimental)
24
+- Netlib
25
+ - `netlib-static`: use Netlib with static link (default)
26
+ - `netlib-shared`: use Netlib with shared link
27
+ - `netlib-system`: use system Netlib (experimental)
28
29
Examples
30
---------
31
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
0 commit comments