L1NormFunction

class L1NormFunction : public CustomResultFunction

L1 norm of a vector.

CustomResultFunction for the L1 norm of a vector

Public Functions

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

Computes output values.