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

diagonalizer notes

parent ae4eda25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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