AverageFunction

class AverageFunction : public CustomResultFunction

Arithmetic average of vector of results.

CustomResultFunction for the value-per-value average of a list of results

Public Functions

inline AverageFunction(size_t dimension)
inline virtual bool computeItem(const std::vector<const double*> &inputValues, double *outputValues)

Computes output values.