Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
RTOpPack::ROpWeightedNorm2< Scalar > Class Template Reference

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

#include <RTOpPack_ROpWeightedNorm2.hpp>

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

Public Types

typedef Teuchos::ScalarTraits
< Scalar > 
ST
 

Public Member Functions

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

Detailed Description

template<class Scalar>
class RTOpPack::ROpWeightedNorm2< Scalar >

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

Definition at line 68 of file RTOpPack_ROpWeightedNorm2.hpp.

Member Typedef Documentation

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

Definition at line 74 of file RTOpPack_ROpWeightedNorm2.hpp.

Constructor & Destructor Documentation

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

Definition at line 76 of file RTOpPack_ROpWeightedNorm2.hpp.

Member Function Documentation

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

Definition at line 81 of file RTOpPack_ROpWeightedNorm2.hpp.


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