Skip to content

Commit 3a09ffe

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 6ef0e5d commit 3a09ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr_cblas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Performs the symmetric rank 1 operation `A = α*x*x^T + A` where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix.
2525
*
2626
* @param layout storage layout
27-
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
27+
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
2828
* @param N number of elements along each dimension of `A`
2929
* @param alpha scalar constant
3030
* @param x input vector

0 commit comments

Comments
 (0)