scipy.linalg.lapack.stbtrs¶
- 
scipy.linalg.lapack.stbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran object>¶ Wrapper for
stbtrs.- Parameters
 - abinput rank-2 array(‘f’) with bounds (ldab,n)
 - binput rank-2 array(‘f’) with bounds (ldb,nrhs)
 
- Returns
 - xrank-2 array(‘f’) with bounds (ldb,nrhs) and b storage
 - infoint
 
- Other Parameters
 - uploinput string(len=1), optional
 Default: ‘U’
- transinput string(len=1), optional
 Default: ‘N’
- diaginput string(len=1), optional
 Default: ‘N’
- overwrite_binput int, optional
 Default: 0
