scipy.linalg.lapack.zrot
-
scipy.linalg.lapack.zrot = <fortran object>
- zrot - Function signature:
- x,y = zrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
- Required arguments:
- x : input rank-1 array(‘D’) with bounds (*)
y : input rank-1 array(‘D’) with bounds (*)
c : input float
s : input complex
- Optional arguments:
- n := (len(x)-1-offx)/abs(incx)+1 input int
overwrite_x := 0 input int
offx := 0 input int
incx := 1 input int
overwrite_y := 0 input int
offy := 0 input int
incy := 1 input int
- Return objects:
- x : rank-1 array(‘D’) with bounds (*)
y : rank-1 array(‘D’) with bounds (*)