{ } Raw JSON

bundles / scipy latest / scipy / optimize / _zeros_py / RootResults

class

scipy.optimize._zeros_py:RootResults

source: /scipy/optimize/_zeros_py.py :35

Signature

class   RootResults ( root iterations function_calls flag method )

Members

Summary

Represents the root finding result.

Attributes

root : float

Estimated root location.

iterations : int

Number of iterations needed to find the root.

function_calls : int

Number of times the function was called.

converged : bool

True if the routine converged.

flag : str

Description of the cause of termination.

method : str

Root finding method used.

Aliases

  • scipy.optimize.RootResults