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

Signature de la fonction sgttrs

Description

sgttrs.__doc__

x,info = sgttrs(dl,d,du,du2,ipiv,b,[trans,overwrite_b])

Wrapper for ``sgttrs``.

Parameters
----------
dl : input rank-1 array('f') with bounds (n - 1)
d : input rank-1 array('f') with bounds (n)
du : input rank-1 array('f') with bounds (n - 1)
du2 : input rank-1 array('f') with bounds (n - 2)
ipiv : input rank-1 array('i') with bounds (n)
b : input rank-2 array('f') with bounds (ldb,nrhs)

Other Parameters
----------------
trans : input string(len=1), optional
    Default: 'N'
overwrite_b : input int, optional
    Default: 0

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