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

One norm for stl-container, Dune::FieldVector and Dune::FieldMatrix. More...

#include <scalarproducts.hh>

Detailed Description

One norm for stl-container, Dune::FieldVector and Dune::FieldMatrix.

May be used for other types as well. Therefore provide a specialization of NormTraits<class> with type value_type for the underlying scalar type and iterator as const_iterator.

Definition at line 130 of file scalarproducts.hh.

Public Member Functions

template<class Type >
NormTraits< Type >::return_type operator() (Type const &type) const
 

Member Function Documentation

◆ operator()()

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

Definition at line 132 of file scalarproducts.hh.


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