OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Utils::Accumulator< Mat3x3d > Class Reference
+ Inheritance diagram for OpenMD::Utils::Accumulator< Mat3x3d >:

Public Member Functions

void add (const Mat3x3d &val)
 
std::size_t getCount () const
 
Mat3x3d getLastValue () const
 
Mat3x3d getTotal () const
 
Mat3x3d getAverage () const
 
Mat3x3d getVariance () const
 
Mat3x3d getStdDev () const
 
Mat3x3d get95percentConfidenceInterval () const
 

Detailed Description

Definition at line 305 of file Accumulator.hpp.

Member Function Documentation

◆ add()

void OpenMD::Utils::Accumulator< Mat3x3d >::add ( const Mat3x3d & val)
inline

Definition at line 307 of file Accumulator.hpp.

◆ get95percentConfidenceInterval()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::get95percentConfidenceInterval ( ) const
inline

Definition at line 368 of file Accumulator.hpp.

◆ getAverage()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::getAverage ( ) const
inline

Definition at line 332 of file Accumulator.hpp.

◆ getCount()

std::size_t OpenMD::Utils::Accumulator< Mat3x3d >::getCount ( ) const
inline

Definition at line 322 of file Accumulator.hpp.

◆ getLastValue()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::getLastValue ( ) const
inline

Definition at line 324 of file Accumulator.hpp.

◆ getStdDev()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::getStdDev ( ) const
inline

Definition at line 353 of file Accumulator.hpp.

◆ getTotal()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::getTotal ( ) const
inline

Definition at line 326 of file Accumulator.hpp.

◆ getVariance()

Mat3x3d OpenMD::Utils::Accumulator< Mat3x3d >::getVariance ( ) const
inline

Definition at line 338 of file Accumulator.hpp.


The documentation for this class was generated from the following file: