Skip to content

Commit ecff6cd

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 08f5cef commit ecff6cd

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dspr/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dspr/src/dspr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @param layout storage layout
2727
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
2828
* @param N number of elements along each dimension of `A`
29-
* @param alpha scalar
29+
* @param alpha scalar constant
3030
* @param X input vector
3131
* @param strideX `X` stride length
3232
* @param AP packed form of a symmetric matrix `A`

0 commit comments

Comments
 (0)