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

Signature de la fonction ztgsen_lwork

Description

ztgsen_lwork.__doc__

work,iwork,info = ztgsen_lwork(select,a,b,[ijob])

Wrapper for ``ztgsen_lwork``.

Parameters
----------
select : input rank-1 array('i') with bounds (n)
a : input rank-2 array('D') with bounds (n,n)
b : input rank-2 array('D') with bounds (n,n)

Other Parameters
----------------
ijob : input int, optional
    Default: 4

Returns
-------
work : complex
iwork : int
info : int