Skip to content

Commit c4b05a1

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent af3123d commit c4b05a1

File tree

1 file changed

+8
-8
lines changed
  • lib/node_modules/@stdlib/blas/base/cher/docs/types

1 file changed

+8
-8
lines changed

lib/node_modules/@stdlib/blas/base/cher/docs/types/index.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ interface Routine {
8181
/**
8282
* 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.
8383
*
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`)
9292
* @returns input array
9393
*
9494
* @example

0 commit comments

Comments
 (0)