scipy.linalg.blas.cspr#
- scipy.linalg.blas.cspr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran 函数 cspr>#
cspr
的包装器。- 参数:
- ninput int
- alphainput complex
- xinput rank-1 array('F') with bounds (*)
- apinput rank-1 array('F') with bounds (*)
- 返回值:
- apurank-1 array('F') with bounds (*) and ap storage
- 其他参数:
- incxinput int, optional
默认值: 1
- offxinput int, optional
默认值: 0
- overwrite_apinput int, optional
默认值: 0
- lowerinput int, optional
默认值: 0