scipy.linalg.blas.drot#

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

drot 的包装器。

参数:
x输入 rank-1 array('d'),带有边界 (*)
y输入 rank-1 array('d'),带有边界 (*)
c输入浮点数
s输入浮点数
返回值:
xrank-1 array('d'),带有边界 (*)
yrank-1 array('d'),带有边界 (*)
其他参数:
n输入 int,可选

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

overwrite_x输入 int,可选

默认值: 0

offx输入 int,可选

默认值: 0

incx输入 int,可选

默认值: 1

overwrite_y输入 int,可选

默认值: 0

offy输入 int,可选

默认值: 0

incy输入 int,可选

默认值: 1