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

Signature de la fonction dtgexc

Description

dtgexc.__doc__

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

Wrapper for ``dtgexc``.

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
lwork : input int, optional
    Default: max(4*n+16,1)

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)
work : rank-1 array('d') with bounds (MAX(lwork,1))
info : int