#include <vctDynamicVectorLoopEngines.h>
for dynamic vectors.
This class uses a loop to perform binary vector operations of the form
where
is the input output vector, and
is the second input vector, all of same size, op stands for the a binary operation performed elementwise between
and
, and whose result is stored elementwise into
.
| _elementOperationType | The type of the binary operation. |
Definition at line 182 of file vctDynamicVectorLoopEngines.h.
| static void vctDynamicVectorLoopEngines::VioVi< _elementOperationType >::Run | ( | _inputOutputVectorType & | inputOutputVector, | |
| const _inputVectorType & | inputVector | |||
| ) | [inline, static] |
Unroll the loop
| inputOutputVector | The input output vector. | |
| inputVector | The second input vector. |
Definition at line 190 of file vctDynamicVectorLoopEngines.h.
References vctDynamicCompactLoopEngines::CioCi< _elementOperationType >::Run(), and vctDynamicVectorLoopEngines::ThrowException().