SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.blas.cgerc

scipy.linalg.blas.cgerc(alpha, x, y[, incx, incy, a, overwrite_x, overwrite_y, overwrite_a]) = <fortran object>

Wrapper for cgerc.

Parameters:

alpha : input complex

x : input rank-1 array(‘F’) with bounds (m)

y : input rank-1 array(‘F’) with bounds (n)

Returns:

a : rank-2 array(‘F’) with bounds (m,n)

Other Parameters:
 

overwrite_x : input int, optional

Default: 1

incx : input int, optional

Default: 1

overwrite_y : input int, optional

Default: 1

incy : input int, optional

Default: 1

a : input rank-2 array(‘F’) with bounds (m,n), optional

Default: (0.0,0.0)

overwrite_a : input int, optional

Default: 0