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_cblas.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
/**
24
24
* 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.
25
25
*
26
-
* @param layout storage layout
26
+
* @param layout storage layout
27
27
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
28
28
* @param N number of elements along each dimension of `A`
0 commit comments