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

layout test

parent b1cc1aaa
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,8 @@ 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
- 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
- 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