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