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
1010---------
1111See [ examples] ( https://github.com/termoshtt/ndarray-linalg/tree/master/examples ) directory.
1212
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:
1515
1616``` sh
1717cargo run --example solve --features=openblas
1818```
1919
20- and test of ndarray-linalg:
20+ and run all tests of ndarray-linalg with OpenBLAS
2121
2222``` sh
2323cargo test --features=openblas
You can’t perform that action at this time.
0 commit comments