SciPy

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

scipy.linalg.lapack.clarfg

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

Wrapper for clarfg.

Parameters:

n : input int

alpha : input complex

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

Returns:

alpha : complex

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

tau : complex

Other Parameters:
 

overwrite_x : input int, optional

Default: 0

incx : input int, optional

Default: 1