SciPy

scipy.linalg.blas.chpr

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

Wrapper for chpr.

Parameters:
n : input int
alpha : input float
x : input rank-1 array(‘F’) with bounds (*)
ap : input rank-1 array(‘F’) with bounds (*)
Returns:
apu : rank-1 array(‘F’) with bounds (*) and ap storage
Other Parameters:
 
incx : input int, optional

Default: 1

offx : input int, optional

Default: 0

overwrite_ap : input int, optional

Default: 0

lower : input int, optional

Default: 0

Previous topic

scipy.linalg.blas.chpmv

Next topic

scipy.linalg.blas.chpr2