From 1d6fa3433ad7ddf4b63475080cad9f70cd03d042 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Mon, 20 Jan 2020 14:43:18 +0100 Subject: [PATCH] layout test --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3714611..da5202e 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab