Skip to content

Commit d58b570

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/zher/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zher/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'use strict';
2121

2222
/**
23-
* Perform 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.
23+
* BLAS level 3 routine to perform 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.
2424
*
2525
* @module @stdlib/blas/base/zher
2626
*

0 commit comments

Comments
 (0)