Skip to content

Commit 553f334

Browse files
authored
style: fix spacing
Signed-off-by: Athan <[email protected]>
1 parent 784e08a commit 553f334

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,14 @@ stdlib_complex128_t x[] = {
217217

218218
c_zdscal_ndarray( 3, 2.0, x, 1, 0 );
219219
```
220+
220221
The function accepts the following arguments:
221222
- **N**: `[in] CBLAS_INT` number of indexed elements.
222223
- **alpha**: `[in] double` scalar constant.
223224
- **X**: `[inout] void*` input array.
224225
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
225226
- **offsetX**: `[in] CBLAS_INT` starting index for `x`.
227+
226228
```c
227229
void c_zdscal_ndarray( const CBLAS_INT N, const double alpha, void *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );
228230
```

0 commit comments

Comments
 (0)