Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the DMD comments in the header Doxygen compliant #936

Merged
merged 4 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions DOCS/groups-usr.dox
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@
@defgroup ggesx ggesx: Schur form, expert
@}

@defgroup gedmd DMD driver, Dynamic Mode Decomposition

@defgroup geev_comp_grp Eig computational routines
@{
@defgroup gebal gebal: balance matrix
Expand Down
866 changes: 510 additions & 356 deletions SRC/cgedmd.f90

Large diffs are not rendered by default.

972 changes: 568 additions & 404 deletions SRC/cgedmdq.f90

Large diffs are not rendered by default.

914 changes: 532 additions & 382 deletions SRC/dgedmd.f90

Large diffs are not rendered by default.

1,008 changes: 584 additions & 424 deletions SRC/dgedmdq.f90

Large diffs are not rendered by default.

910 changes: 530 additions & 380 deletions SRC/sgedmd.f90

Large diffs are not rendered by default.

1,014 changes: 587 additions & 427 deletions SRC/sgedmdq.f90

Large diffs are not rendered by default.

842 changes: 496 additions & 346 deletions SRC/zgedmd.f90

Large diffs are not rendered by default.

969 changes: 566 additions & 403 deletions SRC/zgedmdq.f90

Large diffs are not rendered by default.

Loading