SciPy

scipy.linalg.lapack.slarf

scipy.linalg.lapack.slarf = <fortran object>
slarf - Function signature:
c = slarf(v,tau,c,work,[side,incv,overwrite_c])
Required arguments:
v : input rank-1 array(‘f’) with bounds (*) tau : input float c : input rank-2 array(‘f’) with bounds (m,n) work : input rank-1 array(‘f’) 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(‘f’) with bounds (m,n)