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 08f5cef commit ecff6cdCopy full SHA for ecff6cd
lib/node_modules/@stdlib/blas/base/dspr/src/dspr.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` should be referenced
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 AP packed form of a symmetric matrix `A`
0 commit comments