Definition at line 1468 of file C2Functions.py. 01468 : 01469 "set a hint for where to start looking for the inverse solution. Each time a solutions is found, this is automatically updated" 01470 self.start_hint=hint 01471 def value_with_derivatives(self, x):
|