scipy.linalg.lapack.dtbtrs#
- scipy.linalg.lapack.dtbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran object>#
Wrapper for
dtbtrs
.- Parameters
- abinput rank-2 array(‘d’) with bounds (ldab,n)
- binput rank-2 array(‘d’) with bounds (ldb,nrhs)
- Returns
- xrank-2 array(‘d’) 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