This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.blas.srotm¶
- scipy.linalg.blas.srotm = <fortran object>¶
- srotm - Function signature:
- x,y = srotm(x,y,param,[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 (*) param : input rank-1 array(‘f’) with bounds (5)
- Optional arguments:
- n := (len(x)-offx)/abs(incx) 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 (*)