SubtractFunction

class SubtractFunction : public CustomResultFunction

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

CustomResultFunction for the subtraction of two results

Public Functions

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

Computes output values.