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

Signature de la fonction stbtrs

Description

stbtrs.__doc__

x,info = stbtrs(ab,b,[uplo,trans,diag,overwrite_b])

Wrapper for ``stbtrs``.

Parameters
----------
ab : input rank-2 array('f') with bounds (ldab,n)
b : input rank-2 array('f') with bounds (ldb,nrhs)

Other Parameters
----------------
uplo : input string(len=1), optional
    Default: 'U'
trans : input string(len=1), optional
    Default: 'N'
diag : 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