SciPy

This is documentation for an old release of SciPy (version 1.5.4). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.linalg.lapack.dlarfg

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

Wrapper for dlarfg.

Parameters
ninput int
alphainput float
xinput rank-1 array(‘d’) with bounds (lx)
Returns
alphafloat
xrank-1 array(‘d’) with bounds (lx)
taufloat
Other Parameters
overwrite_xinput int, optional

Default: 0

incxinput int, optional

Default: 1

Previous topic

scipy.linalg.lapack.slarfg

Next topic

scipy.linalg.lapack.clarfg