Logo MTL4

mtl::sfunctor::l_2_2D< T > Struct Template Reference

Templatized example of composition, computes l_2 norm in 2D, i.e. sqrt(abs(x*x + y*y)). More...

#include <sfunctor.hpp>

Inherits compose_binary< sqrt< abs< T >::result_type >, compose_binary< abs< T >, compose_both< plus< T, T >, square< T >, square< T > > > >.

Collaboration diagram for mtl::sfunctor::l_2_2D< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T>
struct mtl::sfunctor::l_2_2D< T >

Templatized example of composition, computes l_2 norm in 2D, i.e. sqrt(abs(x*x + y*y)).
The documentation for this struct was generated from the following file:


mtl::sfunctor::l_2_2D< T > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Gen. with rev. 7542 on 7 Apr 2011 by doxygen 1.5.9 -- © 2010 by SimuNova UG.