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