def reset (   self,
  a = None,
  b = None 
)

reset the parameters of the function ax**b

Parameters:
a the scale factor, None if not reset
b the the exponent, None if not reset

Definition at line 739 of file C2Functions.py.

00739                                    :
00740         "reset the parameters to new values"
00741         if a is not None:
00742             self.a=a
00743         if b is not None:
00744             self.b=b
00745 
    def value_with_derivatives(self, x):


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