reset the parameters of the function
Definition at line 705 of file C2Functions.py. 00705 : 00706 "reset the parameters to new values" 00707 if x0 is not None: 00708 self.x0=x0 00709 if a is not None: 00710 self.a=a 00711 if b is not None: 00712 self.b=b 00713 if b is not None: 00714 self.c=c 00715 def value_with_derivatives(self, x):
|