- Preparing search index...
- The search index is not available
nblas
- dtrsv(uplo, trans, diag, n, a, lda, x, incx): void
-
Parameters
-
uplo: MatrixUpperLower
-
trans: MatrixTrans
-
diag: MatrixUnit
-
n: number
-
a: Float64Array
-
lda: number
-
x: Float64Array
-
incx: number
Returns void
solves one of the following systems of equations A * x = b or A' * x = b where A is a unit or non-unit upper or lower triangular matrix