Skip to content

Commit 9eb4c00

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface Routine {
5252
( order: Layout, uplo: MatrixTriangle, N: number, alpha: number, x: Complex64Array, strideX: number, A: Complex64Array, LDA: number ): Complex64Array;
5353

5454
/**
55-
* Performs the hermitian rank 1 operation `A = α*x*x**H + A`, where `α` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
55+
* Performs the hermitian rank 1 operation `A = α*x*x**H + A`, using alternative semantics and where `α` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
5656
*
5757
* @param uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
5858
* @param N - number of elements along each dimension of `A`

0 commit comments

Comments
 (0)