LAMA
/home/brandes/workspace/LAMA/src/lama/norm/L2Norm.hpp File Reference

L2Norm.hpp. More...

#include <lama/config.hpp>
#include <lama/norm/Norm.hpp>

Go to the source code of this file.

Data Structures

class  lama::L2Norm
 L2Norm is a functor specialization of Norm that calculates the l2 norm for the passed values. More...

Namespaces

namespace  lama
 

The namespace lama holds everything of the C++ Library lama.


Functions

Scalar lama::l2Norm (const Scalar &scalar)
 calculates the l2 norm of the passed Scalar.
Scalar lama::l2Norm (const Vector &vector)
 calculates the l2 norm of the passed Vector.

Detailed Description

L2Norm.hpp.

Author:
Jiri Kraus
Date:
01.06.2011 $Id$