#include <vctDynamicVectorLoopEngines.h>
for dynamic vectors.
This class uses a loop to perform unary vector operations of the form
where
is the output vector, and
is the input vector both of same size, op stands for the a unary operation performed elementwise on
, and whose result is stored elementwise into
.
| _elementOperationType | The type of the unary operation. |
Definition at line 536 of file vctDynamicVectorLoopEngines.h.
| static void vctDynamicVectorLoopEngines::VoVi< _elementOperationType >::Run | ( | _outputVectorType & | outputVector, | |
| const _inputVectorType & | inputVector | |||
| ) | [inline, static] |
Unroll the loop
| outputVector | The output vector. | |
| inputVector | The input vector. |
Definition at line 544 of file vctDynamicVectorLoopEngines.h.
References vctDynamicCompactLoopEngines::CoCi< _elementOperationType >::Run(), and vctDynamicVectorLoopEngines::ThrowException().