Collection of Concrete Vector Reduction/Transformation Operator Implementations Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
RTOpPack::ROpNorm2< Scalar > Class Template Reference

Two (Euclidean) norm reduction operator: result = sqrt( sum( conj(v0[i])*v0[i], i=0...n-1 ) ). More...

#include <RTOpPack_ROpNorm2.hpp>

Inheritance diagram for RTOpPack::ROpNorm2< Scalar >:
Inheritance graph
[legend]

Public Types

typedef Teuchos::ScalarTraits< ScalarST
 

Public Member Functions

 ROpNorm2 ()
 
ST::magnitudeType operator() (const ReductTarget &reduct_obj) const
 

Detailed Description

template<class Scalar>
class RTOpPack::ROpNorm2< Scalar >

Two (Euclidean) norm reduction operator: result = sqrt( sum( conj(v0[i])*v0[i], i=0...n-1 ) ).

Definition at line 68 of file RTOpPack_ROpNorm2.hpp.

Member Typedef Documentation

◆ ST

template<class Scalar >
typedef Teuchos::ScalarTraits<Scalar> RTOpPack::ROpNorm2< Scalar >::ST

Definition at line 73 of file RTOpPack_ROpNorm2.hpp.

Constructor & Destructor Documentation

◆ ROpNorm2()

template<class Scalar >
RTOpPack::ROpNorm2< Scalar >::ROpNorm2 ( )
inline

Definition at line 75 of file RTOpPack_ROpNorm2.hpp.

Member Function Documentation

◆ operator()()

template<class Scalar >
ST::magnitudeType RTOpPack::ROpNorm2< Scalar >::operator() ( const ReductTarget & reduct_obj) const
inline

Definition at line 80 of file RTOpPack_ROpNorm2.hpp.


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