Skip to content

Commit 136f3dc

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 76e988d commit 136f3dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cher/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-
* 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.
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/cher
2525
*

0 commit comments

Comments
 (0)