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/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The function has the following parameters:
53
53
-**x**: input [`Float64Array`][mdn-float64array].
54
54
-**sx**: stride length for `x`.
55
55
-**A**: input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
56
-
-**lda**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
56
+
-**LDA**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
57
57
58
58
The stride parameters determine how elements in the input arrays are accessed at runtime. For example, to iterate over the elements of `x` in reverse order,
0 commit comments