#include <HxUpoNorm2Sqr.h>
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... | |
      
  | 
  ||||||||||
| 
 Constructor : empty. 
 
 00025                         {}
 | 
  
      
  | 
  ||||||||||
| 
 Actual operation : # return (x*x).sum() #. 
 
 00029                         { return (x*x).sum(); }
 | 
  
      
  | 
  |||||||||
| 
 The name : "norm2sqr". 
 
 00033                         { return HxString("norm2sqr"); }
 | 
  
1.2.12 written by Dimitri van Heesch,
 © 1997-2001