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 zptsvx - module scipy.linalg.lapack

Signature de la fonction zptsvx

Description

zptsvx.__doc__

df,ef,x,rcond,ferr,berr,info = zptsvx(d,e,b,[fact,df,ef])

Wrapper for ``zptsvx``.

Parameters
----------
d : input rank-1 array('d') with bounds (n)
e : 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'
df : input rank-1 array('d') with bounds (n)
ef : input rank-1 array('D') with bounds (max(0, n-1))

Returns
-------
df : rank-1 array('d') with bounds (n)
ef : rank-1 array('D') with bounds (max(0, n-1))
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