Class which represents a vector quantity. Used by the Tally classes to store simulation data.
More...
#include <quantity.h>
|
VectorValue | operator+ (VectorValue &other) const |
|
void | addValue (double value) |
|
void | addValues (const std::vector< double > &values) |
|
std::vector< double > & | getVector () |
|
double | getSum () |
|
double | getSumSTD () |
|
double | getMean () |
|
double | getMeanSTD () |
|
double | getCount () |
|
double | getCountSTD () |
|
double | getVariance () |
|
Class which represents a vector quantity. Used by the Tally classes to store simulation data.
Definition at line 10 of file quantity.h.
◆ sum_
double VectorValue::sum_ = 0 |
|
private |
◆ summed_
bool VectorValue::summed_ = false |
|
private |
◆ values_
std::vector<double> VectorValue::values_ = {} |
|
private |
◆ var_
double VectorValue::var_ = 0 |
|
private |
◆ var_calculated_
bool VectorValue::var_calculated_ = false |
|
private |
The documentation for this class was generated from the following file: