File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Linear algebra package for Rust with [ndarray](https://github.com/bluss/ndarray)
7
7
8
8
Examples
9
9
---------
10
- See [ examples] ( https://github.com/termoshtt/ndarray-linalg/tree/master/examples ) directory.
10
+ See [ examples] ( https://github.com/termoshtt/ndarray-linalg/tree/master/ndarray-linalg/ examples ) directory.
11
11
12
12
** Note** : To run examples, you must specify which backend will be used (as described below).
13
- For example, you can execute the [ solve] ( examples/solve.rs ) example with the OpenBLAS backend like this:
13
+ For example, you can execute the [ solve] ( ndarray-linalg/ examples/solve.rs) example with the OpenBLAS backend like this:
14
14
15
15
``` sh
16
16
cargo run --example solve --features=openblas
You can’t perform that action at this time.
0 commit comments