KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::L2Norm Struct Reference

L_2-norms. More...

#include <norms.hh>

Detailed Description

L_2-norms.

Definition at line 29 of file norms.hh.

Public Member Functions

template<typename Function >
Function::Scalar square (Function const &f) const
 Evaluation of square norm. More...
 
template<typename Function >
Function::Scalar operator() (Function const &f) const
 Evaluation of norm. More...
 

Member Function Documentation

◆ operator()()

template<typename Function >
Function::Scalar Kaskade::L2Norm::operator() ( Function const &  f) const
inline

Evaluation of norm.

Definition at line 42 of file norms.hh.

◆ square()

template<typename Function >
Function::Scalar Kaskade::L2Norm::square ( Function const &  f) const
inline

Evaluation of square norm.

Definition at line 33 of file norms.hh.

Referenced by operator()(), and Kaskade::H1Norm::square().


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