We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c442b93 commit adbee81Copy full SHA for adbee81
lib/node_modules/@stdlib/blas/base/cswap/README.md
@@ -299,7 +299,7 @@ The function accepts the following arguments:
299
- **N**: `[in] CBLAS_INT` number of indexed elements.
300
- **X**: `[inout] void*` first input array.
301
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
302
-- **Y**: `[inout] void*` first input array.
+- **Y**: `[inout] void*` second input array.
303
- **strideY**: `[in] CBLAS_INT` index increment for `Y`.
304
305
```c
0 commit comments