scipy.linalg.lapack.spttrs#

scipy.linalg.lapack.spttrs(d, e, b[, overwrite_b]) = <fortran function spttrs>#

spttrs 的包裝函式。

參數:
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘f’) with bounds ((n > 0?-1 + n:0))
binput rank-2 array(‘f’) with bounds (ldb,nrhs)
回傳:
xrank-2 array(‘f’) with bounds (ldb,nrhs) and b storage
infoint
其他參數:
overwrite_binput int, optional

預設值: 0