OpenMPCD
|
#include <OpenMPCD/Exceptions.hpp>
#include <OpenMPCD/OPENMPCD_DEBUG_ASSERT.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <cmath>
#include <string>
#include <OpenMPCD/ImplementationDetails/OnTheFlyStatistics.hpp>
Go to the source code of this file.
Classes | |
class | OpenMPCD::OnTheFlyStatistics< T > |
Computes sample means and variances "on-the-fly" or "online", i.e. More... | |
Defines the OpenMPCD::OnTheFlyStatistics
class.
Definition in file OnTheFlyStatistics.hpp.