SG++-Doxygen-Documentation
sgpp::combigrid::NormStrategy< V > Class Template Reference

#include <NormStrategy.hpp>

Public Member Functions

virtual double norm (V &vector)
 Computes the standard norm according to the template type V. More...
 
 NormStrategy ()
 
virtual ~NormStrategy ()
 

Constructor & Destructor Documentation

◆ NormStrategy()

template<typename V>
sgpp::combigrid::NormStrategy< V >::NormStrategy ( )
inline

◆ ~NormStrategy()

template<typename V>
virtual sgpp::combigrid::NormStrategy< V >::~NormStrategy ( )
inlinevirtual

Member Function Documentation

◆ norm()

template<typename V>
virtual double sgpp::combigrid::NormStrategy< V >::norm ( V &  vector)
inlinevirtual

Computes the standard norm according to the template type V.

Parameters
vectoralgebraic object
Returns
standard norm of the parameter

Reimplemented in sgpp::combigrid::FirstMomentNormStrategy, sgpp::combigrid::SecondMomentNormStrategy, and sgpp::combigrid::VarianceNormStrategy.


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