| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Function --+
|
TestFunc
You need to define the function yourself within an inherited class.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Uses secant method to find zero of test function.
|
This is recreated from Function class above for TestFunc class. Why, you ask? Because for test functions, the jacobian of the parent function F needs to be computed before every test function call. Unforunately, this slows things down, but that is unavoidable.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:22 2012 | http://epydoc.sourceforge.net |