zgerc - General Matrix Rank-1 Update with Conjugation (CDB) VI

Owning Palette: Basic Linear Algebra Subroutines VIs

Requires: Full Development System

Calculates the rank–1 conjugated update of a general matrix.

Details  

 Add to the block diagram  Find on the palette
x is a complex vector.
y is an M–element complex vector.
A is a complex general matrix. The number of rows in A must be greater than or equal to N and the number of columns in A must be greater than or equal to M. The default is an N × M matrix with all elements equal to 0.
alpha is a complex scalar that scales x*y^H, where y^H is the same as the conjugate transpose of y. The default is 1.
zgerc is a complex matrix of the same dimensions as A. For the elements in the first N rows and M columns of zgerc, the VI returns the results of the calculations. For any remaining elements, the VI returns the value of the element in A with the same index.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

zgerc - General Matrix Rank-1 Update with Conjugation (CDB) Details

Refer to the BLAS (Basic Linear Algebra Subprograms) website at netlib.org for more information on BLAS functions.