| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Function
F: R^n --> R^m
Note: The function func needs to act on arrays, not numbers. Thus, in the case where n=1, define the function as acting on a 1 dimensional array, i.e. reference x[0] NOT x. This is so numjac works without having to test cases (most generality).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Computes second derivative using 2nd order centered finite difference scheme. MAKE MORE EFFICIENT IN FUTURE (i.e. when an index is in both ind1 and ind2) Thus, for F: R^n ---> R^m, H is an (m,n1,n2) matrix, where n1, n2 are subsets of [1,...,n] |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:22 2012 | http://epydoc.sourceforge.net |