Skip to content
Snippets Groups Projects
Commit 33395e53 authored by Mathieu David Salz's avatar Mathieu David Salz
Browse files

Update README.md

parent 0d9db9dc
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,13 @@ cd build
cmake ..
make
```
Once compiled, ```main.cpp``` can be run with CLion/VSCode or in the terminal:
```
cd build \\If not already in the directory
.\Eigenvalue
```
## Tests
We have provided some simple tests for our methods:
- Diagonal 5x5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment