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

Implement operation of the form $vo = op(si, vi)$ for compact containers. More...

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

template<class _outputOwnerType , class _inputScalarType , class _inputOwnerType >
static void Run (_outputOwnerType &outputOwner, const _inputScalarType inputScalar, const _inputOwnerType &inputOwner)
 

Detailed Description

template<class _elementOperationType>
class vctDynamicCompactLoopEngines::CoSiCi< _elementOperationType >

Implement operation of the form $vo = op(si, vi)$ for compact containers.

This class uses a loop to perform binary vector operations of the form

\[ v_o = \mathrm{op}(s_i, v_i) \]

Parameters
_elementOperationTypeThe type of the binary operation.

Member Function Documentation

template<class _elementOperationType >
template<class _outputOwnerType , class _inputScalarType , class _inputOwnerType >
static void vctDynamicCompactLoopEngines::CoSiCi< _elementOperationType >::Run ( _outputOwnerType &  outputOwner,
const _inputScalarType  inputScalar,
const _inputOwnerType &  inputOwner 
)
inlinestatic

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