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