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/cher/docs/types/index.d.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -81,14 +81,14 @@ interface Routine {
81
81
/**
82
82
* Performs the hermitian rank 1 operation `A = alpha*x*x**H + A`, where `alpha` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
83
83
*
84
-
* @param{string} order - storage layout
85
-
* @param{string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
86
-
* @param{NonNegativeInteger} N - number of elements along each dimension of `A`
87
-
* @param{number} alpha - scalar constant
88
-
* @param{Complex64Array} x - input array
89
-
* @param{integer} strideX - `x` stride length
90
-
* @param{Complex64Array} A - input matrix
91
-
* @param{PositiveInteger} LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
84
+
* @param order - storage layout
85
+
* @param uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
86
+
* @param N - number of elements along each dimension of `A`
87
+
* @param alpha - scalar constant
88
+
* @param x - input array
89
+
* @param strideX - `x` stride length
90
+
* @param A - input matrix
91
+
* @param LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
0 commit comments