scipy.linalg.blas.stpsv#
- scipy.linalg.blas.stpsv(n, ap, x[, incx, offx, lower, trans, diag, overwrite_x]) = <fortran function stpsv>#
stpsv
的包裝函式。- 參數:
- ninput int
- apinput rank-1 array(‘f’) with bounds (*)
- xinput rank-1 array(‘f’) with bounds (*)
- 返回:
- xoutrank-1 array(‘f’) with bounds (*) and x storage
- 其他參數:
- overwrite_xinput int, optional
預設值: 0
- incxinput int, optional
預設值: 1
- offxinput int, optional
預設值: 0
- lowerinput int, optional
預設值: 0
- transinput int, optional
預設值: 0
- diaginput int, optional
預設值: 0