z0[i] += alpha*v0[i], i=1...n.
More...
#include <RTOpPack_TOpAXPY.hpp>
Inheritance diagram for RTOpPack::TOpAXPY< 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 | |
| void | alpha (const Scalar &alpha) |
| | |
| Scalar | alpha () const |
| | |
| TOpAXPY (const Scalar &alpha=Teuchos::ScalarTraits< Scalar >::zero()) | |
| | |
z0[i] += alpha*v0[i], i=1...n.
Definition at line 39 of file RTOpPack_TOpAXPY.hpp.
|
||||||||||
|
Definition at line 46 of file RTOpPack_TOpAXPY.hpp. |
|
||||||||||
|
Definition at line 42 of file RTOpPack_TOpAXPY.hpp. |
|
|||||||||
|
Definition at line 44 of file RTOpPack_TOpAXPY.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 52 of file RTOpPack_TOpAXPY.hpp. |
1.3.9.1