scipy.linalg.blas.ctrsv#
- scipy.linalg.blas.ctrsv(a, x[, incx, offx, lower, trans, diag, overwrite_x]) = <fortran function ctrsv>#
ctrsv
的包裝函式。- 參數:
- ainput rank-2 array(‘F’) with bounds (n,n)
- 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