File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/base/dspr Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments