cisst-saw
|
Dot product. More...
#include <vctBinaryOperations.h>
Public Types | |
typedef _outputType | OutputType |
Static Public Member Functions | |
static OutputType | Operate (const Input1Type &input1, const Input2Type &input2) |
Dot product.
This method is basically a wrapper around the method input1.DotProduct(input2). It is used for the multiplication of two matrices (see vctFixedSizeMatrix).
typedef _outputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::DotProduct::OutputType |
|
inlinestatic |