|
Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
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>

Public Types | |
| typedef Teuchos::ScalarTraits < Scalar > | ST |
| | |
Public Member Functions | |
| ROpWeightedNorm2 () | |
| | |
| ST::magnitudeType | operator() (const ReductTarget &reduct_obj) const |
| | |
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.
| typedef Teuchos::ScalarTraits<Scalar> RTOpPack::ROpWeightedNorm2< Scalar >::ST |
Definition at line 74 of file RTOpPack_ROpWeightedNorm2.hpp.
| RTOpPack::ROpWeightedNorm2< Scalar >::ROpWeightedNorm2 | ( | ) | [inline] |
Definition at line 76 of file RTOpPack_ROpWeightedNorm2.hpp.
| ST::magnitudeType RTOpPack::ROpWeightedNorm2< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
Reimplemented from RTOpPack::ROpScalarReductionWithOpBase< Scalar, ReductScalar, ReductObjReduction >.
Definition at line 81 of file RTOpPack_ROpWeightedNorm2.hpp.
1.7.6.1