Vector subclasses that wish to call TSFCore::apply_op_serial() when vectors are in core.
More...
#include <AbstractLinAlgPack_VectorApplyOpSerialBase.hpp>
Inheritance diagram for AbstractLinAlgPack::VectorApplyOpSerialBase:
Public Member Functions | |
| VectorApplyOpSerialBase () | |
| | |
| void | apply_op_serial (const RTOpPack::RTOp &op, const size_t num_vecs, const Vector *vecs[], const size_t num_targ_vecs, VectorMutable *targ_vecs[], RTOpPack::ReductTarget *reduct_obj, const index_type first_ele, const index_type sub_dim, const index_type global_offset) const |
| | |
Vector subclasses that wish to call TSFCore::apply_op_serial() when vectors are in core.
Calling this classes apply_op_serial() makes sure that the explicit vector access functions have been implemented properly.
Definition at line 19 of file AbstractLinAlgPack_VectorApplyOpSerialBase.hpp.
|
|
Definition at line 9 of file AbstractLinAlgPack_VectorApplyOpSerialBase.cpp. |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 13 of file AbstractLinAlgPack_VectorApplyOpSerialBase.cpp. |
1.3.9.1