We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b916e commit 340c83dCopy full SHA for 340c83d
lib/node_modules/@stdlib/blas/base/ssyr/src/ssyr_cblas.c
@@ -28,7 +28,7 @@
28
* @param N number of elements along each dimension of `A`
29
* @param alpha scalar
30
* @param x input vector
31
-* @param strideX `x` stride length
+* @param strideX `X` stride length
32
* @param A input matrix
33
* @param LDA stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
34
*/
0 commit comments