SciPy

scipy.linalg.lapack.zlarf

scipy.linalg.lapack.zlarf = <fortran object>
zlarf - Function signature:
c = zlarf(v,tau,c,work,[side,incv,overwrite_c])
Required arguments:
v : input rank-1 array(‘D’) with bounds (*) tau : input complex c : input rank-2 array(‘D’) with bounds (m,n) work : input rank-1 array(‘D’) with bounds (*)
Optional arguments:
side := ‘L’ input string(len=1) incv := 1 input int overwrite_c := 0 input int
Return objects:
c : rank-2 array(‘D’) with bounds (m,n)