We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac9df50 + b82c1a2 commit 848fe37Copy full SHA for 848fe37
1 file changed
README.md
@@ -7,10 +7,10 @@ Linear algebra package for Rust with [ndarray](https://github.com/bluss/ndarray)
7
8
Examples
9
---------
10
-See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
+See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/ndarray-linalg/examples) directory.
11
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:
+For example, you can execute the [solve](ndarray-linalg/examples/solve.rs) example with the OpenBLAS backend like this:
14
15
```sh
16
cargo run --example solve --features=openblas
0 commit comments