SciPy

scipy.linalg.lapack.zlarfg

scipy.linalg.lapack.zlarfg(n, alpha, x[, incx, overwrite_x]) = <fortran object>

Wrapper for zlarfg.

Parameters:

n : input int

alpha : input complex

x : input rank-1 array(‘D’) with bounds (*)

Returns:

alpha : complex

x : rank-1 array(‘D’) with bounds (*)

tau : complex

Other Parameters:
 

overwrite_x : input int, optional

Default: 0

incx : input int, optional

Default: 1