ztrsm - Solve Linear Eqs (Triangle, multiple) (CDB) VI
- Updated2025-07-30
- 3 minute(s) read
Solves either op(A)*trsm = alpha*x or trsm*op(A) = alpha*x for trsm.
The data types you wire to A and x determine the polymorphic instance to use.

Inputs/Outputs
side
—
side specifies the position of A in the linear equations. The default is Left.
operation A
—
operation A specifies the operation the VI performs on matrix A, resulting in matrix op(A).
A
—
A is a complex triangular matrix. The VI uses the first K rows and columns in op(A) to solve the linear equations. If you set side to Left, K equals the number of rows in x. If you set side to Right, K equals the number of columns in x. The number of rows and columns in A must be greater than or equal to K.
x
—
x is a complex matrix.
matrix A type
—
matrix A type specifies whether A is an upper or lower triangular matrix.
alpha
—
alpha is the real scale factor for x. The default is 1.
diagonal
—
diagonal specifies the value of the diagonal elements of A.
ztrsm
—
ztrsm is a complex matrix of the same size as x that returns the results of op(A)*ztsrm = alpha*x or ztsrm*op(A) = alpha*x solved for ztrsm.
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.
side
—
A
—
alpha
—
ztrsm
—
error
—