This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.clarfg¶
- scipy.linalg.lapack.clarfg = <fortran object>¶
- clarfg - Function signature:
- alpha,x,tau = clarfg(n,alpha,x,[incx,overwrite_x])
- Required arguments:
- n : input int alpha : input complex x : input rank-1 array(‘F’) with bounds (*)
- Optional arguments:
- overwrite_x := 0 input int incx := 1 input int
- Return objects:
- alpha : complex x : rank-1 array(‘F’) with bounds (*) tau : complex