Package PyDSTool :: Package Toolbox :: Package optimizers :: Package helpers :: Module finite_difference
[hide private]
[frames] | no frames]

Module finite_difference

source code

Classes [hide private]
  FiniteDifferencesFunction
  ForwardFiniteDifferences
A function that will be able to computes its derivatives with a forward difference formula
  CenteredFiniteDifferences
A function that will be able to computes its derivatives with a centered difference formula
  FiniteDifferencesCache
General class for recognition by ParamEst as a function with a non-explicit derivative.
  ForwardFiniteDifferencesCache
A function that will be able to computes its derivatives with a forward difference formula.