scipy.linalg.blas.cdotc#
- scipy.linalg.blas.cdotc(x, y[, n, offx, incx, offy, incy]) = <fortran 函数 cdotc>#
cdotc
的包装器。- 参数:
- x具有边界 (*) 的输入 rank-1 数组(‘F’)
- y具有边界 (*) 的输入 rank-1 数组(‘F’)
- 返回:
- xy复数
- 其他参数:
- n输入 int, 可选
默认值: (len(x)-offx)/abs(incx)
- offx输入 int, 可选
默认值: 0
- incx输入 int, 可选
默认值: 1
- offy输入 int, 可选
默认值: 0
- incy输入 int, 可选
默认值: 1