scipy.linalg.blas.srotm#

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

srotm 的包装器。

参数::
x输入秩为 1 的数组(‘f’) 且范围为 (*)
y输入秩为 1 的数组(‘f’) 且范围为 (*)
param输入秩为 1 的数组(‘f’) 且范围为 (5)
返回值::
x秩为 1 的数组(‘f’) 且范围为 (*)
y秩为 1 的数组(‘f’) 且范围为 (*)
其他参数::
n输入整数,可选

默认值: (len(x)-offx)/abs(incx)

overwrite_x输入整数,可选

默认值: 0

offx输入整数,可选

默认值: 0

incx输入整数,可选

默认值: 1

overwrite_y输入整数,可选

默认值: 0

offy输入整数,可选

默认值: 0

incy输入整数,可选

默认值: 1