ERC CISST - cisst software

vctDynamicVectorLoopEngines::Vio< _elementOperationType > Class Template Reference

#include <vctDynamicVectorLoopEngines.h>

List of all members.


Detailed Description

template<class _elementOperationType>
class vctDynamicVectorLoopEngines::Vio< _elementOperationType >

Implement operation of the form $v_{io} = op(v_{io})$ for dynamic vectors.

This class uses a loop to perform unary store back vector operations of the form

\[ v_{io} = \mathrm{op}(v_{io}) \]

where $v_{io}$ is the input output vector. op stands for the unary operation performed elementwise on $v_{io}$ and whose result is stored elementwise into $v_{io}[index]$.

Parameters:
_elementOperationType The type of the unary operation.
See also:
vctDynamicVectorLoopEngines

Definition at line 610 of file vctDynamicVectorLoopEngines.h.

Static Public Member Functions


Member Function Documentation

template<class _elementOperationType>
template<class _inputOutputVectorType>
static void vctDynamicVectorLoopEngines::Vio< _elementOperationType >::Run ( _inputOutputVectorType &  inputOutputVector  )  [inline, static]

Unroll the loop

Parameters:
inputOutputVector The input output vector.

Definition at line 617 of file vctDynamicVectorLoopEngines.h.

References vctDynamicCompactLoopEngines::Cio< _elementOperationType >::Run().


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu