|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/math/exponentialmovingaverage.h"#include <string>#include "gromacs/utility/exceptions.h"#include "gromacs/utility/keyvaluetree.h"#include "gromacs/utility/keyvaluetreebuilder.h"#include "gromacs/utility/real.h"
Include dependency graph for exponentialmovingaverage.cpp:Implements routines to calculate an exponential moving average.
Functions | |
| void | gmx::exponentialMovingAverageStateAsKeyValueTree (KeyValueTreeObjectBuilder builder, const ExponentialMovingAverageState &state) |
| Convert the exponential moving average state as key-value-tree object. | |
| ExponentialMovingAverageState | gmx::exponentialMovingAverageStateFromKeyValueTree (const KeyValueTreeObject &object) |
| Sets the exponential moving average state from a key-value-tree object. More... | |
1.8.5