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.zlarfg¶
-
scipy.linalg.lapack.
zlarfg
(n, alpha, x[, incx, overwrite_x]) = <fortran object>¶ Wrapper for
zlarfg
.- Parameters
- ninput int
- alphainput complex
- xinput rank-1 array(‘D’) with bounds (lx)
- Returns
- alphacomplex
- xrank-1 array(‘D’) with bounds (lx)
- taucomplex
- Other Parameters
- overwrite_xinput int, optional
Default: 0
- incxinput int, optional
Default: 1