]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Code improvements, review and simplifications (3)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 13 Feb 2022 06:19:12 +0000 (07:19 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 13 Feb 2022 06:19:12 +0000 (07:19 +0100)
commit506741362ba237989f4ebdec5d2592fa38ea779a
tree45952b4ab7a7dcc58c7715c6f60a100c1138edb1
parentdc2e5a3fe0f5d12041a360d1dd19dda0a8157b04
Code improvements, review and simplifications (3)
23 files changed:
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/Atoms/c2ukf.py
src/daComposant/daAlgorithms/Atoms/cekf.py
src/daComposant/daAlgorithms/Atoms/ecwblue.py
src/daComposant/daAlgorithms/Atoms/ecwexblue.py
src/daComposant/daAlgorithms/Atoms/ecwlls.py
src/daComposant/daAlgorithms/Atoms/ecwnlls.py
src/daComposant/daAlgorithms/Atoms/ecwstdkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/exkf.py
src/daComposant/daAlgorithms/Atoms/incr3dvar.py
src/daComposant/daAlgorithms/Atoms/psas3dvar.py
src/daComposant/daAlgorithms/Atoms/std3dvar.py
src/daComposant/daAlgorithms/Atoms/std4dvar.py
src/daComposant/daAlgorithms/Atoms/stdkf.py [deleted file]
src/daComposant/daAlgorithms/Atoms/uskf.py
src/daComposant/daAlgorithms/Atoms/van3dvar.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daCore/NumericObjects.py