scipy.linalg.lapack.dormrz¶
-
scipy.linalg.lapack.
dormrz
(a, tau, c[, side, trans, lwork, overwrite_c]) = <fortran object>¶ Wrapper for
dormrz
.- Parameters
- ainput rank-2 array(‘d’) with bounds (k,nt)
- tauinput rank-1 array(‘d’) with bounds (k)
- cinput rank-2 array(‘d’) with bounds (m,n)
- Returns
- cqrank-2 array(‘d’) with bounds (m,n) and c storage
- infoint
- Other Parameters
- sideinput string(len=1), optional
Default: ‘L’
- transinput string(len=1), optional
Default: ‘N’
- overwrite_cinput int, optional
Default: 0
- lworkinput int, optional
Default: MAX((side[0]==’L’?n:m),1)