Skip to content
Snippets Groups Projects
Commit b1cc1aaa authored by Pascal Engeler's avatar Pascal Engeler
Browse files

testing layout

parent 644d667a
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,12 @@ consist of the following:
## Type `Diagonalizer` (`diagonalizer.hpp`), class to diagonalize symmetric Matrices
1. Members:
- `std::vector<double> ev(std::vector<double> mat, size_t N)`:
returns eigenvalues of the symmetric matrix mat of linear size N
throws upon diagonalization failure
- `std::pair<std::vector<double>, std::vector<double> > evv(std::vector<double> mat, size_t N)`:
returns pair of (eigenvalues, eigenvectors) of the symmetric matrix mat of size N
throws upon diagonalization failure
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