SciPy

scipy.linalg.blas.chpr

scipy.linalg.blas.chpr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran object>

Wrapper for chpr.

Parameters
ninput int
alphainput float
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

Previous topic

scipy.linalg.blas.chpmv

Next topic

scipy.linalg.blas.chpr2