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 96f2299 commit f35cb6eCopy full SHA for f35cb6e
lib/node_modules/@stdlib/blas/base/drot/README.md
@@ -221,7 +221,7 @@ The function accepts the following arguments:
221
- **N**: `[in] CBLAS_INT` number of indexed elements.
222
- **X**: `[inout] double*` first input array.
223
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
224
-- **Y**: `[inout] double*` first input array.
+- **Y**: `[inout] double*` second input array.
225
- **strideY**: `[in] CBLAS_INT` index increment for `Y`.
226
- **c**: `[in] double` cosine of the angle of rotation.
227
- **s**: `[in] double` sine of the angle of rotation.
0 commit comments