You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/ctrsv/docs/types/index.d.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ interface Routine {
31
31
* Solves one of the systems of equations `A*x = b`, `A^T*x = b`, or `A^H*x = b` where `b` and `x` are `N` element vectors and `A` is an `N` by `N` unit, or non-unit, upper or lower triangular matrix.
32
32
*
33
33
* @param order - storage layout
34
-
* @param uplo - specifies whether `A` is an upper or lower triangular matrix
34
+
* @param uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
35
35
* @param trans - specifies whether `A` should be transposed, conjugate-transposed, or not transposed
36
36
* @param diag - specifies whether `A` has a unit diagonal
37
37
* @param N - number of elements along each dimension in the matrix `A`
@@ -55,7 +55,7 @@ interface Routine {
55
55
/**
56
56
* Solves one of the systems of equations `A*x = b`, `A^T*x = b`, or `A^H*x = b`, using alternative indexing semantics and where `b` and `x` are `N` element vectors and `A` is an `N` by `N` unit, or non-unit, upper or lower triangular matrix.
57
57
*
58
-
* @param uplo - specifies whether `A` is an upper or lower triangular matrix
58
+
* @param uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
59
59
* @param trans - specifies whether `A` should be transposed, conjugate-transposed, or not transposed
60
60
* @param diag - specifies whether `A` has a unit diagonal
61
61
* @param N - number of elements along each dimension in the matrix `A`
@@ -84,7 +84,7 @@ interface Routine {
84
84
* Solves one of the systems of equations `A*x = b`, `A^T*x = b`, or `A^H*x = b` where `b` and `x` are `N` element vectors and `A` is an `N` by `N` unit, or non-unit, upper or lower triangular matrix.
85
85
*
86
86
* @param order - storage layout
87
-
* @param uplo - specifies whether `A` is an upper or lower triangular matrix
87
+
* @param uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
88
88
* @param trans - specifies whether `A` should be transposed, conjugate-transposed, or not transposed
89
89
* @param diag - specifies whether `A` has a unit diagonal
90
90
* @param N - number of elements along each dimension in the matrix `A`
0 commit comments