From 92fc03a407776d735410f07e6db7867b61c4a555 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Wed, 22 Jan 2020 16:40:07 +0100 Subject: [PATCH] diagonalizer notes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80ea320..7c2a491 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,9 @@ where it improves legibility. Consult the source files for more information. - `System` 5. Dependencies - None +6. Notes + - Matrices are assumed in column-major format. For symmetric matrices this doesn't matter. + - Eigenvectors are returned in form of a matrix, with the eigenvectors in the columns. <a name="drumparams"></a> #### `DrumParameters`(drum_parameters.hpp), describes static state of a drum -- GitLab