bundles / scipy 1.17.1 / 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: floatEstimated root location.
iterations: intNumber of iterations needed to find the root.
function_calls: intNumber of times the function was called.
converged: boolTrue if the routine converged.
flag: strDescription of the cause of termination.
method: strRoot finding method used.
Aliases
-
scipy.optimize.RootResults