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 6534b3f commit 3df6b71Copy full SHA for 3df6b71
lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr.c
@@ -27,7 +27,7 @@
27
* @param layout storage layout
28
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
29
* @param N number of elements along each dimension of `A`
30
-* @param alpha scalar
+* @param alpha scalar constant
31
* @param X input vector
32
* @param strideX `X` stride length
33
* @param A input matrix
0 commit comments