scipy.linalg.lapack.dtfsm#
- scipy.linalg.lapack.dtfsm(alpha, a, b[, transr, side, uplo, trans, diag, overwrite_b]) = <fortran function dtfsm>#
- Wrapper for - dtfsm.- Parameters:
- alphainput float
- ainput rank-1 array(‘d’) with bounds (nt)
- binput rank-2 array(‘d’) with bounds (m,n)
 
- Returns:
- xrank-2 array(‘d’) with bounds (m,n) and b storage
 
- Other Parameters:
- transrinput bytes, optional
- Default: ‘N’ 
- sideinput bytes, optional
- Default: ‘L’ 
- uploinput bytes, optional
- Default: ‘U’ 
- transinput bytes, optional
- Default: ‘N’ 
- diaginput bytes, optional
- Default: ‘N’ 
- overwrite_binput int, optional
- Default: 0