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 2cfac54 commit daba983Copy full SHA for daba983
README.md
@@ -42,6 +42,14 @@ ndarray = "0.12"
42
ndarray-linalg = { version = "0.11", features = ["openblas"] }
43
```
44
45
+### Tested Environments
46
+
47
+|Backend | Linux | Windows | macOS |
48
+|:-------|:-----:|:-------:|:-----:|
49
+|OpenBLAS|✔️|🚫|🚫|
50
+|Netlib|✔️|🚫|🚫|
51
+|Intel MKL|✔️|✔️|✔️|
52
53
### For librarian
54
If you creating a library depending on this crate, we encourage you not to link any backend:
55
0 commit comments