This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Use Quasi-Minimal Residual iteration to solve A x = b
Parameters : | A : {sparse matrix, dense matrix, LinearOperator}
b : {array, matrix}
|
---|---|
Returns : | x : {array, matrix}
info : integer
|
Other Parameters: | |
x0 : {array, matrix}
tol : float
maxiter : integer
M1 : {sparse matrix, dense matrix, LinearOperator}
M2 : {sparse matrix, dense matrix, LinearOperator}
callback : function
xtype : {‘f’,’d’,’F’,’D’}
|
See also