Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
autocorr.cpp File Reference
#include "gmxpre.h"
#include "gromacs/correlationfunctions/autocorr.h"
#include <cmath>
#include <memory>
#include <gtest/gtest.h>
#include "gromacs/correlationfunctions/expfit.h"
#include "gromacs/fft/fft.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "correlationdataset.h"
+ Include dependency graph for autocorr.cpp:

Description

Implements test of autocorrelation function routines.

Author
Anders Gärdenäs ander.nosp@m.s.ga.nosp@m.rdena.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om
David van der Spoel david.nosp@m..van.nosp@m.dersp.nosp@m.oel@.nosp@m.icm.u.nosp@m.u.se

Typedefs

typedef std::unique_ptr
< CorrelationDataSet > 
gmx::anonymous_namespace{autocorr.cpp}::CorrelationDataSetPointer
 Definition of pointer to class containing test data.