scipy.linalg.lapack.zrot#

scipy.linalg.lapack.zrot(x, y, c, s[, n, offx, incx, offy, incy, overwrite_x, overwrite_y]) = <fortran function zrot>#

zrot 的包裝函式。

參數:
x輸入 秩-1 陣列(‘D’),邊界為 (lx)
y輸入 秩-1 陣列(‘D’),邊界為 (ly)
c輸入 浮點數
s輸入 複數
返回值:
x秩-1 陣列(‘D’),邊界為 (lx)
y秩-1 陣列(‘D’),邊界為 (ly)
其他參數:
n輸入 整數,可選

預設值:(lx-1-offx)/abs(incx)+1

overwrite_x輸入 整數,可選

預設值:0

offx輸入 整數,可選

預設值:0

incx輸入 整數,可選

預設值:1

overwrite_y輸入 整數,可選

預設值:0

offy輸入 整數,可選

預設值:0

incy輸入 整數,可選

預設值:1