This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.slarfg¶
- scipy.linalg.lapack.slarfg(n, alpha, x[, incx, overwrite_x]) = <fortran object>¶
Wrapper for slarfg.
Parameters: n : input int
alpha : input float
x : input rank-1 array(‘f’) with bounds (*)
Returns: alpha : float
x : rank-1 array(‘f’) with bounds (*)
tau : float
Other Parameters: overwrite_x : input int, optional
Default: 0
incx : input int, optional
Default: 1