|
cisst-saw
|
Implement operation of the form \(v_{io} = op(v_{io}, v_i)\) for compact containers. More...
#include <vctDynamicCompactLoopEngines.h>
Static Public Member Functions | |
| template<class _inputOutputOwnerType, class _inputOwnerType> | |
| static void | Run (_inputOutputOwnerType &inputOutputOwner, const _inputOwnerType &inputOwner) |
Implement operation of the form \(v_{io} = op(v_{io}, v_i)\) for compact containers.
This class uses a loop to perform binary vector operations of the form
\[v_{io} = \mathrm{op}(v_{io}, v_{i}) \]
| _elementOperationType | The type of the binary operation. |
|
inlinestatic |