Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.linalg.lapack »

Fonction zgetrs - module scipy.linalg.lapack

Signature de la fonction zgetrs

Description

zgetrs.__doc__

x,info = zgetrs(lu,piv,b,[trans,overwrite_b])

Wrapper for ``zgetrs``.

Parameters
----------
lu : input rank-2 array('D') with bounds (n,n)
piv : input rank-1 array('i') with bounds (n)
b : input rank-2 array('D') with bounds (n,nrhs)

Other Parameters
----------------
overwrite_b : input int, optional
    Default: 0
trans : input int, optional
    Default: 0

Returns
-------
x : rank-2 array('D') with bounds (n,nrhs) and b storage
info : int