Skip to content

Commit ff791d4

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cher2/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 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.
22+
* BLAS level 2 routine to perform the hermitian rank 2 operation `A = α*x*y**H + conjg( α )*y*x**H + A`, where `α` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
2323
*
2424
* @module @stdlib/blas/base/cher2
2525
*

0 commit comments

Comments
 (0)