AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::VectorApplyOpSerialBase Class Reference

This is a base class that is meant to be inherited by 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:
Inheritance graph
[legend]

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
 

Detailed Description

This is a base class that is meant to be inherited by 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 62 of file AbstractLinAlgPack_VectorApplyOpSerialBase.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::VectorApplyOpSerialBase::VectorApplyOpSerialBase ( )

Member Function Documentation

void AbstractLinAlgPack::VectorApplyOpSerialBase::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

The documentation for this class was generated from the following files: