return a new C2Function which has integral norm on (xmin, xmax )
Definition at line 495 of file C2Functions.py. 00495 : 00496 "return a function whose integral on [xmin, xmax] is norm" 00497 intg=self.integral(xmin, xmax) 00498 return C2ScaledFunction(self, norm/intg) ##
|