cisst-saw
|
Implement operation of the form for dynamic vectors.
More...
#include <vctDynamicVectorLoopEngines.h>
Static Public Member Functions | |
template<class _inputOutputVectorType > | |
static void | Run (_inputOutputVectorType &inputOutputVector) |
Implement operation of the form 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. |
|
inlinestatic |
Unroll the loop
inputOutputVector | The input output vector. |