You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr_ndarray.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
/**
25
25
* Performs the symmetric rank 1 operation `A = α*x*x^T + A`, using alternative indexing semantics and where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix.
26
26
*
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
28
28
* @param N number of elements along each dimension of `A`
0 commit comments