File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Examples
10
10
---------
11
11
See [ examples] ( https://github.com/termoshtt/ndarray-linalg/tree/master/examples ) directory.
12
12
13
- Note that to run an example , you must specify the desired backend (as described below).
14
- For example, you can run the the ` solve ` example with the OpenBLAS backend like this:
13
+ ** Note** : To run examples , you must specify which backend will be used (as described below).
14
+ For example, you can execute the [ solve] ( examples/solve.rs ) example with the OpenBLAS backend like this:
15
15
16
16
``` sh
17
17
cargo run --example solve --features=openblas
18
18
```
19
19
20
- and test of ndarray-linalg:
20
+ and run all tests of ndarray-linalg with OpenBLAS
21
21
22
22
``` sh
23
23
cargo test --features=openblas
You can’t perform that action at this time.
0 commit comments