#include <sum_values.hpp>
Definition at line 12 of file sum_values.hpp.
| stan::common::recorder::sum_values::sum_values |
( |
const size_t |
N | ) |
|
|
inline |
| stan::common::recorder::sum_values::sum_values |
( |
const size_t |
N, |
|
|
const size_t |
skip |
|
) |
| |
|
inline |
| const size_t stan::common::recorder::sum_values::called |
( |
| ) |
const |
|
inline |
| bool stan::common::recorder::sum_values::is_recording |
( |
| ) |
const |
|
inline |
Indicator function for whether the instance is recording.
Definition at line 64 of file sum_values.hpp.
| void stan::common::recorder::sum_values::operator() |
( |
const std::vector< std::string > & |
x | ) |
|
|
inline |
Do nothing with std::string vector.
- Template Parameters
-
- Parameters
-
Definition at line 27 of file sum_values.hpp.
template<class T >
| void stan::common::recorder::sum_values::operator() |
( |
const std::vector< T > & |
x | ) |
|
|
inline |
Add values to cumulative sum.
- Template Parameters
-
- Parameters
-
Definition at line 37 of file sum_values.hpp.
| void stan::common::recorder::sum_values::operator() |
( |
const std::string |
x | ) |
|
|
inline |
Do nothing with a string.
- Parameters
-
| x | string to print with prefix in front |
Definition at line 53 of file sum_values.hpp.
| void stan::common::recorder::sum_values::operator() |
( |
| ) |
|
|
inline |
| const size_t stan::common::recorder::sum_values::recorded |
( |
| ) |
const |
|
inline |
| const std::vector<double>& stan::common::recorder::sum_values::sum |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: