You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **N**: `[in] CBLAS_INT` number of indexed elements.
184
-
- **order**: `[in] double` sort order. If `order < 0.0`, the input strided array `x` is sorted in **decreasing** order. If `order > 0.0`, the input strided array `x` is sorted in **increasing** order. If `order == 0.0`, the input strided arrays are left unchanged.
184
+
- **order**: `[in] double` sort order. If `order < 0.0`, the input strided array is sorted in **decreasing** order. If `order > 0.0`, the input strided array is sorted in **increasing** order. If `order == 0.0`, the input strided array is left unchanged.
185
185
- **X**: `[inout] double*` input array.
186
186
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
- **N**: `[in] CBLAS_INT` number of indexed elements.
209
-
- **order**: `[in] double` sort order. If `order < 0.0`, the input strided array `x` is sorted in **decreasing** order. If `order > 0.0`, the input strided array `x` is sorted in **increasing** order. If `order == 0.0`, the input strided arrays are left unchanged.
209
+
- **order**: `[in] double` sort order. If `order < 0.0`, the input strided array is sorted in **decreasing** order. If `order > 0.0`, the input strided array is sorted in **increasing** order. If `order == 0.0`, the input strided array is left unchanged.
210
210
- **X**: `[inout] double*` input array.
211
211
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
212
212
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
0 commit comments