searchep.zero_search#
Performs zero search for 2D input
- searchep.zero_search.zero_search(fun, guess)#
Performs root finding
- Parameters:
fun – Callable function on which you want to perform root finding
guess – Initial guess of the root
- Returns:
Root of the callable function
- Return type:
np.ndarray