|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <SumErrSq.h>
Public Member Functions | |
| Expressions::Result_t | operator() (client::function::arguments_t args) |
Static Public Attributes | |
| static const std::string | name = "SumErrSq" |
Private Member Functions | |
| void | parseMeasurements (std::string measurement_filename) |
Private Attributes | |
| std::vector< Measurement > | measurements_ |
| std::string | var_name_ |
| std::string | stat_filename_ |
| std::tuple< std::string, std::string, std::string > | argument_types |
Definition at line 50 of file SumErrSq.h.
|
inline |
Definition at line 54 of file SumErrSq.h.
References measurements_, parseMeasurements(), stat_filename_, sum(), var_name_, and OptPilotException::what().

|
private |
parses a simple list of spos and measurements using tab as delimiter.
Definition at line 13 of file SumErrSq.cpp.
References measurements_.
Referenced by operator()().
|
private |
Definition at line 107 of file SumErrSq.h.
|
private |
Definition at line 99 of file SumErrSq.h.
Referenced by operator()(), and parseMeasurements().
|
static |
Definition at line 52 of file SumErrSq.h.
|
private |
Definition at line 102 of file SumErrSq.h.
Referenced by operator()().
|
private |
Definition at line 101 of file SumErrSq.h.
Referenced by operator()().