![]() |
Generic wrapper for the l1Norm() function. More...
#include <L1Norm.h>
Public Member Functions | |
L1Norm () | |
Default constructor of the L1Norm functor. | |
template<typename T > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T &a) const |
Calls the l1Norm() function with the given object/value. More... | |
Generic wrapper for the l1Norm() function.
|
inline |
Calls the l1Norm() function with the given object/value.
a | The given object/value. |