scipy.linalg.bicgstab

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

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

Use BIConjugate Gradient STABilized 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.bicg

Next topic

Maximum entropy models (scipy.maxentropy)

This Page

Quick search