cisst-saw
Loading...
Searching...
No Matches
vctDynamicCompactLoopEngines::CioSiCi< _ioElementOperationType, _scalarElementOperationType > Class Template Reference

Implement operation of the form \(v_{io} = op_{io}(v_{io}, op_{sv}(s, v_i))\) for compact containers. More...

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

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

Detailed Description

template<class _ioElementOperationType, class _scalarElementOperationType>
class vctDynamicCompactLoopEngines::CioSiCi< _ioElementOperationType, _scalarElementOperationType >

Implement operation of the form \(v_{io} = op_{io}(v_{io}, op_{sv}(s, v_i))\) for compact containers.

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

\[v_{io} = \mathrm{op_{io}}(V_{io}, \mathrm{op_{sv}}(s, v_i)) \]

Parameters
_ioOperationTypeThe type of the store-back operation.
_scalarOwnerElementOperationTypeThe type of the operation between scalar and input vector.

Member Function Documentation

◆ Run()

template<class _ioElementOperationType, class _scalarElementOperationType>
template<class _ioOwnerType, class _inputScalarType, class _inputOwnerType>
void vctDynamicCompactLoopEngines::CioSiCi< _ioElementOperationType, _scalarElementOperationType >::Run ( _ioOwnerType & ioOwner,
const _inputScalarType inputScalar,
const _inputOwnerType & inputOwner )
inlinestatic

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