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

Signature de la fonction ztgexc

Description

ztgexc.__doc__

a,b,q,z,info = ztgexc(a,b,q,z,ifst,ilst,[overwrite_a,overwrite_b,overwrite_q,overwrite_z])

Wrapper for ``ztgexc``.

Parameters
----------
a : input rank-2 array('D') with bounds (lda,n)
b : input rank-2 array('D') with bounds (ldb,n)
q : input rank-2 array('D') with bounds (ldq,n)
z : input rank-2 array('D') with bounds (ldz,n)
ifst : input int
ilst : input int

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
overwrite_b : input int, optional
    Default: 0
overwrite_q : input int, optional
    Default: 0
overwrite_z : input int, optional
    Default: 0

Returns
-------
a : rank-2 array('D') with bounds (lda,n)
b : rank-2 array('D') with bounds (ldb,n)
q : rank-2 array('D') with bounds (ldq,n)
z : rank-2 array('D') with bounds (ldz,n)
info : int