
C2InverseFunction creates a C2Function h(x) which is the solution to g(h)=x. It is different than just finding the root, because it provides the derivatives, so it is a first-class C2Function
Definition at line 1453 of file C2Functions.py.
Public Member Functions | |
| def | __init__ |
| def | set_start_hint |
| def | value_with_derivatives |
| get the value of the function, and its first & second derivative | |
Public Attributes | |
| fn | |
| start_hint | |
1.5.4