Public Member Functions | List of all members
blaze::L2Norm Struct Reference

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...
 

Detailed Description

Generic wrapper for the l2Norm() function.

Member Function Documentation

◆ operator()()

template<typename T >
decltype(auto) BLAZE_ALWAYS_INLINE blaze::L2Norm::operator() ( const T &  a) const
inline

Calls the l2Norm() function with the given object/value.

Parameters
aThe given object/value.
Returns
The L2 norm of the given object/value.

The documentation for this struct was generated from the following file: