bundles / scipy latest / scipy / optimize / _root_scalar / _root_scalar_newton_doc
function
scipy.optimize._root_scalar:_root_scalar_newton_doc
Signature
def _root_scalar_newton_doc ( ) Parameters
args: tuple, optionalExtra arguments passed to the objective function and its derivative.
xtol: float, optionalTolerance (absolute) for termination.
rtol: float, optionalTolerance (relative) for termination.
maxiter: int, optionalMaximum number of iterations.
x0: float, requiredInitial guess.
fprime: bool or callable, optionalIf fprime is a boolean and is True,
fis assumed to return the value of derivative along with the objective function. fprime can also be a callable returning the derivative off. In this case, it must accept the same arguments asf.options: dict, optionalSpecifies any method-specific options not covered above.
Aliases
-
scipy.optimize._root_scalar._root_scalar_newton_doc