#include <HxBpoDot.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxBpoDot (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const Src1ValT &x, const Src2ValT &y) |
Actual operation : # return x.dot(y) #. More... | |
Static Public Methods | |
HxString | className () |
The name : "dot". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return x.dot(y) #.
00033 { return x.dot(y); } |
|
The name : "dot".
00037 { return HxString("dot"); } |