|
cisst-saw
|
Implement operation of the form
for fixed size matrices.
More...
#include <vctDynamicMatrixLoopEngines.h>
Static Public Member Functions | |
| template<class _ioMatrixType , class _input1MatrixType , class _input2MatrixType > | |
| static void | Run (_ioMatrixType &ioMatrix, const _input1MatrixType &input1Matrix, const _input2MatrixType &input2Matrix) |
Implement operation of the form
for fixed size matrices.
This class uses template specialization to perform store-back matrix-matrix-matrix operations
where
is an input-output (store-back) matrix;
and
are input matrices. A typical example is:
. The matrices have a fixed size, determined at compilation time;
is an element wise operation between the elements of
and
;
is an operation between the output of
and the elements of
.
| _ioOperationType | The type of the store-back operation. |
| _matrixElementOperationType | The type of the element wise operation between scalar and input matrix. |
|
inlinestatic |
1.8.6