Functions | |
| template<class Scalar> | |
| void | Thyra::applyOp (const RTOpPack::RTOpT< Scalar > &primary_op, const int num_multi_vecs, const MultiVectorBase< Scalar > *multi_vecs[], const int num_targ_multi_vecs, MultiVectorBase< Scalar > *targ_multi_vecs[], RTOpPack::ReductTarget *reduct_objs[], const Index primary_first_ele=1, const Index primary_sub_dim=0, const Index primary_global_offset=0, const Index secondary_first_ele=1, const Index secondary_sub_dim=0) |
| 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 > *multi_vecs[], const int num_targ_multi_vecs, MultiVectorBase< Scalar > *targ_multi_vecs[], RTOpPack::ReductTarget *reduct_obj, const Index primary_first_ele=1, const Index primary_sub_dim=0, const Index primary_global_offset=0, const Index secondary_first_ele=1, const Index secondary_sub_dim=0) |
| 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 813 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 885 of file Thyra_MultiVectorBaseDecl.hpp. |
1.3.9.1