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