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