scipy 1.8.0 Pypi GitHub Homepage
Other Docs
ParametersBackRef
_get_atol(tol, atol, bnrm2, get_residual, routine_name)

Parameters

tol, atol : object

The arguments passed into the solver routine by user.

bnrm2 : float

2-norm of the rhs vector.

get_residual : callable

Callable get_residual() that returns the initial value of the residual.

routine_name : str

Name of the routine.

Parse arguments for absolute tolerance in termination condition.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

scipy.integrate._ivp.rk.RK23 scipy.sparse.linalg._isolve.lsqr.lsqr scipy.integrate._odepack_py.odeint scipy.integrate._ivp.rk.RK45 scipy.sparse.linalg._isolve.tfqmr.tfqmr scipy.optimize._differentialevolution.DifferentialEvolutionSolver scipy.integrate._ivp.lsoda.LSODA scipy.integrate._ivp.ivp.solve_ivp scipy.sparse.linalg._isolve.lsmr.lsmr scipy.optimize._differentialevolution.differential_evolution scipy.integrate._ivp.radau.Radau scipy.integrate._ivp.rk.DOP853 scipy.integrate._ivp.bdf.BDF

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/sparse/linalg/_isolve/iterative.py#78
type: <class 'function'>
Commit: