def __init__ (   self,
  fn,
  yscale 
)

construct the scaled function

Parameters:
fn the function to scale
yscale the mutiplicative factor to apply

Definition at line 526 of file C2Functions.py.

00526                                   :
00527         C2Function.__init__(self)
00528         self.fn=fn
00529         self.yscale=yscale
00530         self.name=fn.name+'* %g' % yscale
00531 
    ##


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