scipy.linalg.lapack.stpmqrt#
- scipy.linalg.lapack.stpmqrt(l, v, t, a, b[, side, trans, overwrite_a, overwrite_b]) = <fortran function stpmqrt>#
Wrapper for
stpmqrt
.- Parameters:
- linput int
- vinput rank-2 array(āfā) with bounds ((side == āLā?m:n),k)
- tinput rank-2 array(āfā) with bounds (nb,k)
- ainput rank-2 array(āfā) with bounds ((side == āLā?k:m),(side == āLā?n:k))
- binput rank-2 array(āfā) with bounds (m,n)
- Returns:
- arank-2 array(āfā) with bounds ((side == āLā?k:m),(side == āLā?n:k))
- brank-2 array(āfā) with bounds (m,n)
- infoint
- Other Parameters:
- sideinput bytes, optional
Default: āLā
- transinput bytes, optional
Default: āNā
- overwrite_ainput int, optional
Default: 0
- overwrite_binput int, optional
Default: 0