Package ComboCode :: Package cc :: Package ivs :: Package sigproc :: Package lmfit :: Package uncertainties :: Class NumericalDerivatives
[hide private]
[frames] | no frames]

Class NumericalDerivatives

source code


Convenient access to the partial derivatives of a function, calculated numerically.

Instance Methods [hide private]
 
__init__(self, function)
'function' is the function whose derivatives can be computed.
source code
 
__getitem__(self, n)
Returns the n-th numerical derivative of the function.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, function)
(Constructor)

source code 

'function' is the function whose derivatives can be computed.

Overrides: object.__init__