SciPy

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

scipy.linalg.lapack.ztzrzf

scipy.linalg.lapack.ztzrzf(a[, lwork, overwrite_a]) = <fortran object>

Wrapper for ztzrzf.

Parameters
ainput rank-2 array(‘D’) with bounds (m,n)
Returns
rzrank-2 array(‘D’) with bounds (m,n) and a storage
taurank-1 array(‘D’) with bounds (m)
infoint
Other Parameters
overwrite_ainput int, optional

Default: 0

lworkinput int, optional

Default: MAX(m,1)

Previous topic

scipy.linalg.lapack.ctzrzf

Next topic

scipy.linalg.lapack.stzrzf_lwork