|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_apply_op_helper_decl.hpp"#include "Thyra_VectorBase.hpp"#include "Thyra_VectorSpaceBase.hpp"#include "Thyra_AssertOp.hpp"#include "Teuchos_TestForException.hpp"#include "Teuchos_as.hpp"
Go to the source code of this file.
Defines | |
| #define | THYRA_APPLY_OP_HELPER_INSTANT(SCALAR) |
| #define THYRA_APPLY_OP_HELPER_INSTANT | ( | SCALAR | ) |
\ template void apply_op_validate_input( \ const std::string &func_name, \ const VectorSpaceBase<SCALAR > &space, \ const RTOpPack::RTOpT<SCALAR > &op, \ const ArrayView<const Ptr<const VectorBase<SCALAR > > > &vecs, \ const ArrayView<const Ptr<VectorBase<SCALAR > > > &targ_vecs, \ const Ptr<RTOpPack::ReductTarget> &reduct_obj, \ const Ordinal global_offset_in \ ); \ \ template void apply_op_validate_input( \ const std::string &func_name, \ const VectorSpaceBase<SCALAR > &domain, \ const VectorSpaceBase<SCALAR > &range, \ const RTOpPack::RTOpT<SCALAR > &primary_op, \ const ArrayView<const Ptr<const MultiVectorBase<SCALAR > > > &multi_vecs, \ const ArrayView<const Ptr<MultiVectorBase<SCALAR > > > &targ_multi_vecs, \ const ArrayView<const Ptr<RTOpPack::ReductTarget> > &reduct_objs, \ const Ordinal primary_global_offset_in \ ); \
Definition at line 99 of file Thyra_apply_op_helper_def.hpp.
1.7.4