Expression Templates Library (ETL)
Functions
norm.hpp File Reference

Standard implementation of the "norm" reduction. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename A >
value_t< A > etl::impl::standard::norm (const A &a)
 Compute the euclidean norm of a. More...
 

Detailed Description

Standard implementation of the "norm" reduction.

Function Documentation

◆ norm()

template<typename A >
value_t<A> etl::impl::standard::norm ( const A &  a)

Compute the euclidean norm of a.

Parameters
aThe expression
Returns
the euclidean norm