Skip to content

Commit d9ddef0

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/dspr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The function accepts the following arguments:
204204
- **layout**: `[in] CBLAS_LAYOUT` storage layout.
205205
- **uplo**: `[in] CBLAS_UPLO` specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied.
206206
- **N**: `[in] CBLAS_INT` number of elements along each dimension of `A`.
207-
- **alpha**: `[in] double` scalar.
207+
- **alpha**: `[in] double` scalar constant.
208208
- **X**: `[in] double*` input vector.
209209
- **sx**: `[in] CBLAS_INT` stride length for `X`.
210210
- **AP**: `[inout] double*` packed form of a symmetric matrix `A`.
@@ -231,7 +231,7 @@ The function accepts the following arguments:
231231
- **layout**: `[in] CBLAS_LAYOUT` storage layout.
232232
- **uplo**: `[in] CBLAS_UPLO` specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied.
233233
- **N**: `[in] CBLAS_INT` number of elements along each dimension of `A`.
234-
- **alpha**: `[in] double` scalar.
234+
- **alpha**: `[in] double` scalar constant.
235235
- **X**: `[in] double*` input vector.
236236
- **sx**: `[in] CBLAS_INT` stride length for `X`.
237237
- **ox**: `[in] CBLAS_INT` starting index for `x`.

0 commit comments

Comments
 (0)