SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.blas.drotm

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

Wrapper for drotm.

Parameters:

x : input rank-1 array(‘d’) with bounds (*)

y : input rank-1 array(‘d’) with bounds (*)

param : input rank-1 array(‘d’) with bounds (5)

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)

overwrite_x : input int, optional

Default: 0

offx : input int, optional

Default: 0

incx : input int, optional

Default: 1

overwrite_y : input int, optional

Default: 0

offy : input int, optional

Default: 0

incy : input int, optional

Default: 1