#include <vctDynamicVectorLoopEngines.h>
for dynamic vectors.
This class uses a loop to perform unary store back vector operations of the form
where
is the input output vector. op stands for the unary operation performed elementwise on
and whose result is stored elementwise into
.
| _elementOperationType | The type of the unary operation. |
Definition at line 610 of file vctDynamicVectorLoopEngines.h.
| static void vctDynamicVectorLoopEngines::Vio< _elementOperationType >::Run | ( | _inputOutputVectorType & | inputOutputVector | ) | [inline, static] |
Unroll the loop
| inputOutputVector | The input output vector. |
Definition at line 617 of file vctDynamicVectorLoopEngines.h.
References vctDynamicCompactLoopEngines::Cio< _elementOperationType >::Run().