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