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)
77
88Examples
99---------
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.
1111
1212** 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:
1414
1515``` sh
1616cargo run --example solve --features=openblas
You can’t perform that action at this time.
0 commit comments