Calculates the rank-k update of the upper or lower triangular component of a symmetric matrix.
Operation this node performs on A.
Name | Value | Description |
---|---|---|
Direct | 0 | op(A) = A |
Conjugated and Transposed | 1 | op(A) = conjugate transpose of A |
Transposed | 2 | op(A) = transpose of A |
Default: Direct
Triangular component of C this node uses for the calculation.
Name | Value | Description |
---|---|---|
Lower Triangular | 2 | This node uses the lower triangular component of C for the calculation. |
Upper Triangular | 3 | This node uses the upper triangular component of C for the calculation. |
Default: Upper Triangular
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
Matrix of the same dimensions as C.
For elements in the first N rows and N columns of the triangular component you select in matrix C type, dsyrk returns the results of alpha * op(A) * op(A)T + beta * C. For any other elements, dsyrk returns the value of the element in C with the same index.
This output is available only if you wire a 2D array of double-precision, floating-point numbers to A or C.
Matrix of the same dimensions as C.
For elements in the first N rows and N columns of the triangular component you select in matrix C type, zsyrk returns the results of alpha * op(A) * op(A)T + beta * C. For any other elements, zsyrk returns the value of the element in C with the same index.
This output is available only if you wire a 2D array of complex double-precision, floating-point numbers to A or C.
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: This product does not support FPGA devices