cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
vctDynamicCompactLoopEngines::CioCiCi< _ioElementOperationType, _ownerElementOperationType > Class Template Reference

Implement operation of the form $v_{io} = op_{io}(v_{io}, op_{vv}(v_{i1}, v_{i2}))$ for compact containers. More...

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

template<class _ioOwnerType , class _input1OwnerType , class _input2OwnerType >
static void Run (_ioOwnerType &ioOwner, const _input1OwnerType &input1Owner, const _input2OwnerType &input2Owner)
 

Detailed Description

template<class _ioElementOperationType, class _ownerElementOperationType>
class vctDynamicCompactLoopEngines::CioCiCi< _ioElementOperationType, _ownerElementOperationType >

Implement operation of the form $v_{io} = op_{io}(v_{io}, op_{vv}(v_{i1}, v_{i2}))$ for compact containers.

This class uses template specialization to perform store-back vector-vector-vector operations

\[ v_{io} = \mathrm{op_{io}}(V_{io}, \mathrm{op_{vv}}(v_{i1}, v_{i2})) \]

Parameters
_ioOperationTypeThe type of the store-back operation.
_ownerElementOperationTypeThe type of the element wise operation between input vectors.

Member Function Documentation

template<class _ioElementOperationType , class _ownerElementOperationType >
template<class _ioOwnerType , class _input1OwnerType , class _input2OwnerType >
static void vctDynamicCompactLoopEngines::CioCiCi< _ioElementOperationType, _ownerElementOperationType >::Run ( _ioOwnerType &  ioOwner,
const _input1OwnerType &  input1Owner,
const _input2OwnerType &  input2Owner 
)
inlinestatic

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