Skip to content

Commit 0084fcc

Browse files
ShabiShett07kgryte
andauthored
chore: clean-up
Co-authored-by: Athan <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ad90bb3 commit 0084fcc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ c_dspr( CblasColMajor, CblasUpper, 3, 1.0, x, 1, AP );
202202
The function accepts the following arguments:
203203
204204
- **order**: `[in] CBLAS_LAYOUT` storage layout.
205-
- **uplo**: `[in] CBLAS_UPLO` specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced.
205+
- **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`.
207207
- **alpha**: `[in] double` scalar.
208208
- **X**: `[in] double*` input vector.

0 commit comments

Comments
 (0)