Gromacs
2026.0-dev-20241204-d69d709
|
#include "gmxpre.h"
#include "gromacs/math/exponentialmovingaverage.h"
#include <string>
#include <gtest/gtest.h>
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/keyvaluetree.h"
#include "gromacs/utility/keyvaluetreebuilder.h"
#include "gromacs/utility/real.h"
#include "testutils/testasserts.h"
Tests for the exponential moving average.