scipy.linalg.lapack.crot

scipy.linalg.lapack.crot = <fortran object>
crot - Function signature:
x,y = crot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
Required arguments:
x : input rank-1 array(‘F’) with bounds (*) y : input rank-1 array(‘F’) 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(‘F’) with bounds (*) y : rank-1 array(‘F’) with bounds (*)