Skip to content

Commit 5c33cc9

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

2121
/**
22-
* 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.
22+
* BLAS level 2 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.
2323
*
2424
* @module @stdlib/blas/base/zher2
2525
*

0 commit comments

Comments
 (0)