SumFunction

class SumFunction : public CustomResultFunction

Sum of two results operator : performs an item by item sum of result values (same type, same mapping)

CustomResultFunction for the sum of two results

Public Functions

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

Computes output values.