ztrsv - Solve Linear Eqs (Triangle, single) (CDB) VI
- 已更新2025-07-30
- 閱讀時間為 3 分鐘
Solves the linear equation op(A)*trsv = x for trsv.
The data types you wire to the A and x inputs determine the polymorphic instance to use.

Inputs/Outputs
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 N rows and columns in op(A) to solve the linear equations, where N equals the number of elements in x. The number of rows and columns in A must be greater than or equal to N.
x
—
x is a complex vector.
matrix A type
—
matrix A type specifies whether A is an upper or lower triangular matrix.
diagonal
—
diagonal specifies the value of the diagonal elements of A.
ztrsv
—
dtrsv is a complex vector of the same size as x that returns the result of op(A)*ztsrv = x, solved for ztrsv.
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
—
x
—
ztrsv
—
error
—