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
The function has the following additional parameters:
93
93
94
-
-**offsetX**: starting index.
94
+
-**offsetX**: starting index for `x`.
95
95
96
96
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to access only the last three elements of the strided array:
97
97
@@ -185,7 +185,7 @@ The function accepts the following arguments:
185
185
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
0 commit comments