Skip to content
Snippets Groups Projects
Commit adcde365 authored by Tallulah Rytz's avatar Tallulah Rytz
Browse files

change in readme

parent 03021fd2
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,24 @@ In order to run these tests, use CLion/VSCode or run the following lines in the
ctest
Voici une version corrigée et améliorée de la section :
---
## Running the Executable
After building the project, the executable will be located in the `build/src` folder. This executable demonstrates the usage of the implemented methods for both sparse and dense matrices.
By default, the matrix used for these examples is defined in the `src/main.cpp` file. You can modify this file to test the methods with different matrices.
To run the executable, use the following command in the terminal from the `build` directory:
./src/Eigenvalue
This will execute the program and display the results for the provided matrix.
## Documentation
......
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