def NormalizedFunction (   self,
  xmin,
  xmax,
  norm = 1 
)

return a new C2Function which has integral norm on (xmin, xmax )

Parameters:
xmin the lower bound for the normalization
xmax the upper bound for the normalization
norm the desired integral
Returns:
the new function

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)
    ##


Generated on Wed Nov 21 10:18:31 2007 for analysis by  doxygen 1.5.4