ALPSCore reference
|
#include <bundle.hpp>
Public Member Functions | |
bundle (size_t size, size_t target) | |
void | reset () |
bool | is_full () |
size_t | size () const |
size_t & | target () |
const size_t & | target () const |
size_t & | count () |
size_t | count () const |
column< T > & | sum () |
const column< T > & | sum () const |
Bundle of measurements.
Some accumulator, particularly the variance, are more efficient working in "bundled" mode, where n measurement are bundled or batched together.
Definition at line 20 of file bundle.hpp.
|
inline |
Definition at line 23 of file bundle.hpp.
|
inline |
Definition at line 37 of file bundle.hpp.
|
inline |
Definition at line 39 of file bundle.hpp.
|
inline |
Definition at line 28 of file bundle.hpp.
|
inline |
Re-allocate and thus clear all accumulated data
Definition at line 26 of file bundle.hpp.
|
inline |
Number of components of the random vector (e.g., size of mean)
Definition at line 31 of file bundle.hpp.
|
inline |
Definition at line 41 of file bundle.hpp.
|
inline |
Definition at line 43 of file bundle.hpp.
|
inline |
Definition at line 33 of file bundle.hpp.
|
inline |
Definition at line 35 of file bundle.hpp.