Functions | |
| template<class Scalar> | |
| void | Thyra::applyOp (const RTOpPack::RTOpT< Scalar > &primary_op, const int num_multi_vecs, const MultiVectorBase< Scalar > *const multi_vecs[], const int num_targ_multi_vecs, MultiVectorBase< Scalar > *const targ_multi_vecs[], RTOpPack::ReductTarget *const reduct_objs[], const Index primary_first_ele_offset, const Index primary_sub_dim, const Index primary_global_offset, const Index secondary_first_ele_offset, const Index secondary_sub_dim) |
| Apply a reduction/transformation operator column by column and return an array of the reduction objects. | |
| template<class Scalar> | |
| void | Thyra::applyOp (const RTOpPack::RTOpT< Scalar > &primary_op, const RTOpPack::RTOpT< Scalar > &secondary_op, const int num_multi_vecs, const MultiVectorBase< Scalar > *const multi_vecs[], const int num_targ_multi_vecs, MultiVectorBase< Scalar > *const targ_multi_vecs[], RTOpPack::ReductTarget *reduct_obj, const Index primary_first_ele_offset, const Index primary_sub_dim, const Index primary_global_offset, const Index secondary_first_ele_offset, const Index secondary_sub_dim) |
| Apply a reduction/transformation operator column by column and reduce the intermediate reduction objects into one reduction object. | |
MultiVectorBase object more easily in simpler use cases.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Apply a reduction/transformation operator column by column and return an array of the reduction objects. ToDo: Finish documentation! Definition at line 968 of file Thyra_MultiVectorBaseDecl.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Apply a reduction/transformation operator column by column and reduce the intermediate reduction objects into one reduction object. ToDo: Finish documentation! Definition at line 1040 of file Thyra_MultiVectorBaseDecl.hpp. |
1.3.9.1