cisst-saw
Loading...
Searching...
No Matches
vctDynamicCompactLoopEngines::CoCiSi< _elementOperationType > Class Template Reference

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

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

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

Detailed Description

template<class _elementOperationType>
class vctDynamicCompactLoopEngines::CoCiSi< _elementOperationType >

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

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

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

Parameters
_elementOperationTypeThe type of the binary operation.

Member Function Documentation

◆ Run()

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

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