This is documentation for an old release of SciPy (version 1.7.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.ztgexc

scipy.linalg.lapack.ztgexc(a, b, q, z, ifst, ilst[, overwrite_a, overwrite_b, overwrite_q, overwrite_z]) = <fortran object>

Wrapper for ztgexc.

Parameters
ainput rank-2 array(‘D’) with bounds (lda,n)
binput rank-2 array(‘D’) with bounds (ldb,n)
qinput rank-2 array(‘D’) with bounds (ldq,n)
zinput rank-2 array(‘D’) with bounds (ldz,n)
ifstinput int
ilstinput int
Returns
arank-2 array(‘D’) with bounds (lda,n)
brank-2 array(‘D’) with bounds (ldb,n)
qrank-2 array(‘D’) with bounds (ldq,n)
zrank-2 array(‘D’) with bounds (ldz,n)
infoint
Other Parameters
overwrite_ainput int, optional

Default: 0

overwrite_binput int, optional

Default: 0

overwrite_qinput int, optional

Default: 0

overwrite_zinput int, optional

Default: 0