SciPy

scipy.linalg.lapack.zlarf

scipy.linalg.lapack.zlarf(v, tau, c, work[, side, incv, overwrite_c]) = <fortran object>

Wrapper for zlarf.

Parameters:
v : input rank-1 array(‘D’) with bounds ((side[0]==’L’?(1 + (m-1)*abs(incv)):(1 + (n-1)*abs(incv))))
tau : input complex
c : input rank-2 array(‘D’) with bounds (m,n)
work : input rank-1 array(‘D’) with bounds (lwork)
Returns:
c : rank-2 array(‘D’) with bounds (m,n)
Other Parameters:
 
side : input string(len=1), optional

Default: ‘L’

incv : input int, optional

Default: 1

overwrite_c : input int, optional

Default: 0