bundles / scipy 1.17.1 / scipy / optimize / _zeros_py / _array_newton
function
scipy.optimize._zeros_py:_array_newton
Signature
def _array_newton ( func , x0 , fprime , args , tol , maxiter , fprime2 , full_output ) Summary
A vectorized version of Newton, Halley, and secant methods for arrays.
Extended Summary
Do not use this method directly. This method is called from newton when np.size(x0) > 1 is True. For docstring, see newton.
Aliases
-
scipy.optimize._zeros_py._array_newton