scipy.linalg.blas.cher¶
- 
scipy.linalg.blas.cher(alpha, x[, lower, incx, offx, n, a, overwrite_a]) = <fortran object>¶
- Wrapper for - cher.- Parameters: - alpha : input complex - x : input rank-1 array(‘F’) with bounds (*) - Returns: - a : rank-2 array(‘F’) with bounds (n,n) - Other Parameters: - lower : input int, optional - Default: 0 - incx : input int, optional - Default: 1 - offx : input int, optional - Default: 0 - n : input int, optional - Default: (len(x)-1-offx)/abs(incx)+1 - a : input rank-2 array(‘F’) with bounds (n,n) - overwrite_a : input int, optional - Default: 0 
