z0[i] += alpha*v0[i]*v1[i], i=0...n-1.
More...
#include <RTOpPack_TOpEleWiseProd.hpp>
Inheritance diagram for RTOpPack::TOpEleWiseProd< Scalar >:
Overridden from RTOpT | |
| void | apply_op (const int num_vecs, const ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const SubVectorView< Scalar > targ_sub_vecs[], ReductTarget *reduct_obj) const |
| | |
Public Member Functions | |
| void | alpha (const Scalar &alpha) |
| | |
| Scalar | alpha () const |
| | |
| TOpEleWiseProd (const Scalar &alpha=Teuchos::ScalarTraits< Scalar >::one()) | |
| | |
z0[i] += alpha*v0[i]*v1[i], i=0...n-1.
Definition at line 41 of file RTOpPack_TOpEleWiseProd.hpp.
|
||||||||||
|
Definition at line 48 of file RTOpPack_TOpEleWiseProd.hpp. |
|
||||||||||
|
Definition at line 44 of file RTOpPack_TOpEleWiseProd.hpp. |
|
|||||||||
|
Definition at line 46 of file RTOpPack_TOpEleWiseProd.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 54 of file RTOpPack_TOpEleWiseProd.hpp. |
1.3.9.1