scipy.linalg.gmres

scipy.linalg.gmres(*args, **kwds)

scipy.linalg.gmres is DEPRECATED!! – use scipy.sparse.linalg.gmres instead

Use Generalized Minimal RESidual iteration to solve A x = b

Parameters:

A : {sparse matrix, dense matrix, LinearOperator}

The N-by-N matrix of the linear system.

b : {array, matrix}

Right hand side of the linear system. Has shape (N,) or (N,1).

Previous topic

scipy.linalg.qmr

Next topic

scipy.linalg.bicg

This Page

Quick search