#include <vctDynamicVectorLoopEngines.h>
for dynamic vectors.
This class uses a loop to perform binary vector operations of the form
where
is the output vector, and
are input vectors, all of the 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 98 of file vctDynamicVectorLoopEngines.h.
| static void vctDynamicVectorLoopEngines::VoViVi< _elementOperationType >::Run | ( | _outputVectorType & | outputVector, | |
| const _input1VectorType & | input1Vector, | |||
| const _input2VectorType & | input2Vector | |||
| ) | [inline, static] |
Unroll the loop
| outputVector | The output vector. | |
| input1Vector | The first input vector. | |
| input2Vector | The second input vector. |
Definition at line 106 of file vctDynamicVectorLoopEngines.h.
References vctDynamicCompactLoopEngines::CoCiCi< _elementOperationType >::Run(), and vctDynamicVectorLoopEngines::ThrowException().