KASKADE 7 development version
Public Types | Public Member Functions | List of all members
Kaskade::LinAlg::Norm< ScalarProduct_ > Struct Template Reference

Norm defined via ScalarProdcut. More...

#include <scalarproducts.hh>

Detailed Description

template<class ScalarProduct_>
struct Kaskade::LinAlg::Norm< ScalarProduct_ >

Norm defined via ScalarProdcut.

Definition at line 85 of file scalarproducts.hh.

Public Types

typedef ScalarProduct_ ScalarProduct
 
typedef NormSquared< ScalarProductAssociatedNormSquared
 

Public Member Functions

 Norm (ScalarProduct const sp=ScalarProduct())
 
template<class Type >
NormTraits< Type >::return_type operator() (Type const &type) const
 

Member Typedef Documentation

◆ AssociatedNormSquared

template<class ScalarProduct_ >
typedef NormSquared<ScalarProduct> Kaskade::LinAlg::Norm< ScalarProduct_ >::AssociatedNormSquared

Definition at line 87 of file scalarproducts.hh.

◆ ScalarProduct

template<class ScalarProduct_ >
typedef ScalarProduct_ Kaskade::LinAlg::Norm< ScalarProduct_ >::ScalarProduct

Definition at line 86 of file scalarproducts.hh.

Constructor & Destructor Documentation

◆ Norm()

template<class ScalarProduct_ >
Kaskade::LinAlg::Norm< ScalarProduct_ >::Norm ( ScalarProduct const  sp = ScalarProduct())
inline

Definition at line 89 of file scalarproducts.hh.

Member Function Documentation

◆ operator()()

template<class ScalarProduct_ >
template<class Type >
NormTraits< Type >::return_type Kaskade::LinAlg::Norm< ScalarProduct_ >::operator() ( Type const &  type) const
inline

Definition at line 92 of file scalarproducts.hh.


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