scipy.linalg.lapack.clarf#
- scipy.linalg.lapack.clarf(v, tau, c, work[, side, incv, overwrite_c]) = <fortran function clarf>#
Wrapper for
clarf
.- Parameters:
- vinput rank-1 array(āFā) with bounds ((side == āLā?1 - abs(incv) + m * abs(incv):1 - abs(incv) + n * abs(incv)))
- tauinput complex
- cinput rank-2 array(āFā) with bounds (m,n)
- workinput rank-1 array(āFā) with bounds (lwork)
- Returns:
- crank-2 array(āFā) with bounds (m,n)
- Other Parameters:
- sideinput bytes, optional
Default: āLā
- incvinput int, optional
Default: 1
- overwrite_cinput int, optional
Default: 0