File tree Expand file tree Collapse file tree 7 files changed +11020
-0
lines changed
Expand file tree Collapse file tree 7 files changed +11020
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ LICENSE
2+ README.md
3+ pyproject.toml
4+ PyDMD.egg-info/PKG-INFO
5+ PyDMD.egg-info/SOURCES.txt
6+ PyDMD.egg-info/dependency_links.txt
7+ PyDMD.egg-info/requires.txt
8+ PyDMD.egg-info/top_level.txt
9+ pydmd/__init__.py
10+ pydmd/bopdmd.py
11+ pydmd/cdmd.py
12+ pydmd/costs.py
13+ pydmd/dmd.py
14+ pydmd/dmd_modes_tuner.py
15+ pydmd/dmdbase.py
16+ pydmd/dmdc.py
17+ pydmd/dmdoperator.py
18+ pydmd/edmd.py
19+ pydmd/fbdmd.py
20+ pydmd/hankeldmd.py
21+ pydmd/havok.py
22+ pydmd/hodmd.py
23+ pydmd/lando.py
24+ pydmd/mrcosts.py
25+ pydmd/mrdmd.py
26+ pydmd/optdmd.py
27+ pydmd/paramdmd.py
28+ pydmd/pidmd.py
29+ pydmd/pidmd_utils.py
30+ pydmd/plotter.py
31+ pydmd/rdmd.py
32+ pydmd/snapshots.py
33+ pydmd/spdmd.py
34+ pydmd/subspacedmd.py
35+ pydmd/utils.py
36+ pydmd/varprodmd.py
37+ pydmd/preprocessing/__init__.py
38+ pydmd/preprocessing/hankel.py
39+ pydmd/preprocessing/pre_post_processing.py
40+ pydmd/preprocessing/randomized.py
41+ pydmd/preprocessing/svd_projection.py
42+ pydmd/preprocessing/zero_mean.py
43+ tests/test_bopdmd.py
44+ tests/test_cdmd.py
45+ tests/test_costs.py
46+ tests/test_dmd.py
47+ tests/test_dmd_modes_tuner.py
48+ tests/test_dmdbase.py
49+ tests/test_dmdc.py
50+ tests/test_dmdoperator.py
51+ tests/test_edmd.py
52+ tests/test_fbdmd.py
53+ tests/test_hankeldmd.py
54+ tests/test_havok.py
55+ tests/test_hodmd.py
56+ tests/test_lando.py
57+ tests/test_mrcosts.py
58+ tests/test_mrdmd.py
59+ tests/test_optdmd.py
60+ tests/test_package.py
61+ tests/test_paramdmd.py
62+ tests/test_pidmd.py
63+ tests/test_plotter.py
64+ tests/test_rdmd.py
65+ tests/test_snapshots.py
66+ tests/test_spdmd.py
67+ tests/test_subspacedmd.py
68+ tests/test_varprodmd.py
69+ tests/test_xyinput.py
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ numpy<2
2+ scipy>=1.6.0
3+ matplotlib
4+ scikit-learn
5+ xarray
6+ h5netcdf
7+
8+ [docs]
9+ sphinx>=1.4
10+ sphinx_rtd_theme
11+
12+ [test]
13+ pytest
14+ pytest-cov
15+ pytest-mock
16+ ezyrb>=v1.2.1.post2205
Original file line number Diff line number Diff line change 1+ pydmd
You can’t perform that action at this time.
0 commit comments