scipy.linalg.blas.cspr#
- scipy.linalg.blas.cspr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran function cspr>#
- Wrapper for - cspr.- Parameters:
- ninput int
- alphainput complex
- xinput rank-1 array(‘F’) with bounds (*)
- apinput rank-1 array(‘F’) with bounds (*)
 
- Returns:
- apurank-1 array(‘F’) with bounds (*) and ap storage
 
- Other Parameters:
- incxinput int, optional
- Default: 1 
- offxinput int, optional
- Default: 0 
- overwrite_apinput int, optional
- Default: 0 
- lowerinput int, optional
- Default: 0