zsyrk - Symmetric Matrix Rank-k Update (CDB) VI
- Updated2025-07-30
- 3 minute(s) read
Calculates the rank–k update of the upper or lower triangular component of a symmetric matrix.
The data types you wire to the A and C inputs determine the polymorphic instance to use.

Inputs/Outputs
operation A
—
operation A specifies the operation the VI performs on A to generate matrix op(A).
A
—
A is a complex matrix of dimensions N × K.
C
—
C is a complex symmetric matrix of at least dimensions N × K, or K × N if you set operation A to Transposed.
matrix C type
—
matrix C type specifies whether to update the upper or lower triangular component of C.
alpha
—
alpha is a real scalar that scales for A*A^T or A^T*A, where A^T represents A transposed. The default is 1.
beta
—
beta is a complex scalar that scales C. The default is 1.
zsyrk
—
zsyrk is a complex matrix of the same dimensions as C. For the elements in the first N rows and N columns of the triangular component you select for matrix C type, zsyrk returns the results of the calculation. For any other elements, zsyrk returns the value of the element in C with the same index.
error
—
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. |
Refer to the BLAS (Basic Linear Algebra Subprograms) website at netlib.org for more information on BLAS functions.
operation A
—
A
—
alpha
—
zsyrk
—
error
—