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 a81eebf commit 9d85852Copy full SHA for 9d85852
lib/node_modules/@stdlib/blas/ext/base/srev/README.md
@@ -185,7 +185,7 @@ The function accepts the following arguments:
185
- **strideX**: `[in] CBLAS_INT` stride length.
186
187
```c
188
-float stdlib_strided_srev( const CBLAS_INT N, float *X, const CBLAS_INT strideX );
+void stdlib_strided_srev( const CBLAS_INT N, float *X, const CBLAS_INT strideX );
189
```
190
191
#### stdlib_strided_srev_ndarray( N, \*X, strideX, offsetX )
0 commit comments