Calculates the product of a symmetric matrix and another matrix.
Position of A in the product calculation.
Name | Value | Description |
---|---|---|
Left | 1 | Calculates the result of alpha * A * B + beta * C. |
Right | 0 | Calculates the result of alpha * B * A + beta * C. |
Default: Left
Triangular component of A that this node uses for the calculation.
Name | Value | Description |
---|---|---|
Lower Triangular | 2 | Uses the lower triangular component of A for the calculation. |
Upper Triangular | 3 | Uses the upper triangular component of A 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 size as C.
When side is Left, dsymm returns the result of alpha * A * B + beta * C for elements of the first K rows and N columns. When side is Right, dsymm returns the result of alpha * B * A + beta * C for elements of the first N rows and K columns. For any remaining elements, dsymm 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, B, or C.
Matrix of the same size as C.
When side is Left, zsymm returns the result of alpha * A * B + beta * C for elements of the first K rows and N columns. When side is Right, zsymm returns the result of alpha * B * A + beta * C for elements of the first N rows and K columns. For any remaining elements, zsymm 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, B, 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: Not supported
Web Server: Not supported in VIs that run in a web application