scipy.linalg.lapack.ztpqrt#
- scipy.linalg.lapack.ztpqrt(l, nb, a, b[, overwrite_a, overwrite_b]) = <fortran object>#
 Wrapper for
ztpqrt.- Parameters:
 - linput int
 - nbinput int
 - ainput rank-2 array(‘D’) with bounds (n,n)
 - binput rank-2 array(‘D’) with bounds (m,n)
 
- Returns:
 - arank-2 array(‘D’) with bounds (n,n)
 - brank-2 array(‘D’) with bounds (m,n)
 - trank-2 array(‘D’) with bounds (nb,n)
 - infoint
 
- Other Parameters:
 - overwrite_ainput int, optional
 Default: 0
- overwrite_binput int, optional
 Default: 0