result = sqrt( sum( v0[i]*conj(v1[i])*v1[i], i=1...n ) ).
More...
#include <RTOpPack_ROpWeightedNorm2.hpp>
Inheritance diagram for RTOpPack::ROpWeightedNorm2< Scalar >:
Overridden from RTOpT | |
| void | apply_op (const int num_vecs, const SubVectorT< Scalar > sub_vecs[], const int num_targ_vecs, const MutableSubVectorT< Scalar > targ_sub_vecs[], ReductTarget *_reduct_obj) const |
| | |
Public Member Functions | |
| ROpWeightedNorm2 () | |
| | |
| Teuchos::ScalarTraits< Scalar >::magnitudeType | operator() (const ReductTarget &reduct_obj) const |
| | |
result = sqrt( sum( v0[i]*conj(v1[i])*v1[i], i=1...n ) ).
Definition at line 39 of file RTOpPack_ROpWeightedNorm2.hpp.
|
|||||||||
|
Definition at line 43 of file RTOpPack_ROpWeightedNorm2.hpp. |
|
||||||||||
|
Definition at line 46 of file RTOpPack_ROpWeightedNorm2.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 51 of file RTOpPack_ROpWeightedNorm2.hpp. |
1.3.9.1