scipy 1.10.1 Pypi GitHub Homepage
Other Docs

NotesParametersReturnsBackRef
lgmres(A, b, x0=None, tol=1e-05, maxiter=1000, M=None, callback=None, inner_m=30, outer_k=3, outer_v=None, store_outer_Av=True, prepend_outer_v=False, atol=None)

Notes

Parameters

A : {sparse matrix, ndarray, LinearOperator}
b : ndarray
x0 : ndarray
tol, atol : float, optional
maxiter : int, optional
M : {sparse matrix, ndarray, LinearOperator}, optional
callback : function, optional
inner_m : int, optional
outer_k : int, optional
outer_v : list of tuples, optional
store_outer_Av : bool, optional
prepend_outer_v : bool, optional

Returns

x : ndarray
info : int

Examples

See :

Back References

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

scipy.sparse.linalg._isolve.lgmres:lgmres scipy.optimize._nonlin:KrylovJacobian scipy.optimize._nonlin:newton_krylov

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/lgmres.py#15
type: <class 'function'>
Commit: