Calculates the rank-1 conjugated update of a general matrix.
N-element vector.
M-element vector.
General matrix.
A must have dimensions greater than or equal to N × M. If A is an empty matrix, this node initializes A to be an N x M matrix with all elements set to 0.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Scalar that scales x * y H, where yH represents the conjugate transpose of y.
Default: 1
Matrix of the same dimensions as A.
For elements in the first N rows and M columns, zgerc returns the results of alpha * x * yH + A, where yH represents the conjugate transpose of y. For any remaining elements, zgerc returns the value of the element in A with the same index.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application