SciPy

scipy.linalg.blas.dswap

scipy.linalg.blas.dswap(x, y[, n, offx, incx, offy, incy]) = <fortran object>

Wrapper for dswap.

Parameters:
x : input rank-1 array(‘d’) with bounds (*)
y : input rank-1 array(‘d’) with bounds (*)
Returns:
x : rank-1 array(‘d’) with bounds (*)
y : rank-1 array(‘d’) with bounds (*)
Other Parameters:
 
n : input int, optional

Default: (len(x)-offx)/abs(incx)

offx : input int, optional

Default: 0

incx : input int, optional

Default: 1

offy : input int, optional

Default: 0

incy : input int, optional

Default: 1