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