Skip to content

Class TempLat::Averager

template <typename T>

ClassList > TempLat > Averager

A class which computes the average value of a getter. More...

  • #include <averager.h>

Public Types

Type Name
typedef typename GetGetReturnType< T >::type retType
typedef AveragerReturnType< retType > vType

Public Static Attributes

Type Name
constexpr size_t NDim = GetNDim::get&lt;T&gt;()
constexpr bool isComplexValued = [**GetGetReturnType**](structTempLat_1_1GetGetReturnType.md)&lt;T&gt;::isComplex

Public Functions

Type Name
Averager (const T & pT, SpaceStateType spaceType)
vType compute ()
vType computeConfigurationSpace ()
vType computeFourierSpace ()
auto getToolBox () const
std::string toString () const

Detailed Description

Unit test: ctest -R test-averager

Public Types Documentation

typedef retType

using TempLat::Averager< T >::retType =  typename GetGetReturnType<T>::type;

typedef vType

using TempLat::Averager< T >::vType =  AveragerReturnType<retType>;

Public Static Attributes Documentation

variable NDim

constexpr size_t TempLat::Averager< T >::NDim;

variable isComplexValued

constexpr bool TempLat::Averager< T >::isComplexValued;

Public Functions Documentation

function Averager

inline TempLat::Averager::Averager (
    const T & pT,
    SpaceStateType spaceType
) 

function compute

inline vType TempLat::Averager::compute () 

function computeConfigurationSpace

inline vType TempLat::Averager::computeConfigurationSpace () 

function computeFourierSpace

inline vType TempLat::Averager::computeFourierSpace () 

function getToolBox

inline auto TempLat::Averager::getToolBox () const

For measurement objects.


function toString

inline std::string TempLat::Averager::toString () const


The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/measuringtools/averager.h