scipy.linalg.lapack.cgttrs#

scipy.linalg.lapack.cgttrs(dl, d, du, du2, ipiv, b[, trans, overwrite_b]) = <fortran function cgttrs>#

cgttrs 的包裝函式。

參數:
dlinput rank-1 array(‘F’) with bounds (-1 + n)
dinput rank-1 array(‘F’) with bounds (n)
duinput rank-1 array(‘F’) with bounds (-1 + n)
du2input rank-1 array(‘F’) with bounds (-2 + n)
ipivinput rank-1 array(‘i’) with bounds (n)
binput rank-2 array(‘F’) with bounds (ldb,nrhs)
回傳:
xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
infoint
其他參數:
transinput bytes, optional

預設值: ‘N’

overwrite_binput int, optional

預設值: 0