scipy.linalg.lapack.dlarf

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