Skip to content

Commit

Permalink
Merge pull request #936 from Reference-LAPACK/DMD_improve_comments
Browse files Browse the repository at this point in the history
make the DMD comments in the header Doxygen compliant
  • Loading branch information
weslleyspereira authored Nov 11, 2023
2 parents 2382be4 + 466401c commit f568a60
Show file tree
Hide file tree
Showing 9 changed files with 4,375 additions and 3,122 deletions.
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.

0 comments on commit f568a60

Please sign in to comment.