Module « scipy.linalg.lapack »
Signature de la fonction dgtsvx
Description
dgtsvx.__doc__
dlf,df,duf,du2,ipiv,x,rcond,ferr,berr,info = dgtsvx(dl,d,du,b,[fact,trans,dlf,df,duf,du2,ipiv])
Wrapper for ``dgtsvx``.
Parameters
----------
dl : input rank-1 array('d') with bounds (MAX(0, n-1))
d : input rank-1 array('d') with bounds (n)
du : input rank-1 array('d') with bounds (MAX(0, n-1))
b : input rank-2 array('d') with bounds (ldb,nrhs)
Other Parameters
----------------
fact : input string(len=1), optional
Default: 'N'
trans : input string(len=1), optional
Default: 'N'
dlf : input rank-1 array('d') with bounds (MAX(0,n-1))
df : input rank-1 array('d') with bounds (n)
duf : input rank-1 array('d') with bounds (MAX(0,n-1))
du2 : input rank-1 array('d') with bounds (MAX(0,n-2))
ipiv : input rank-1 array('i') with bounds (n)
Returns
-------
dlf : rank-1 array('d') with bounds (MAX(0,n-1))
df : rank-1 array('d') with bounds (n)
duf : rank-1 array('d') with bounds (MAX(0,n-1))
du2 : rank-1 array('d') with bounds (MAX(0,n-2))
ipiv : rank-1 array('i') with bounds (n)
x : rank-2 array('d') with bounds (ldx,nrhs)
rcond : float
ferr : rank-1 array('d') with bounds (nrhs)
berr : rank-1 array('d') with bounds (nrhs)
info : int
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 :