L2NormFunction

class L2NormFunction : public CustomResultFunction

L2 norm of a vector.

CustomResultFunction for the L1 norm of a vector

Public Functions

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

Computes output values.