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