|
cisst-saw
|
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) |
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) \]
| _elementOperationType | The type of the binary operation. |
|
inlinestatic |