File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
lib/node_modules/@stdlib/blas/ext/base/gfind-index/docs/types Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ interface Routine {
99
99
* - `sidx`: strided index (offset + aidx*stride)
100
100
* - `array`: input array
101
101
*
102
+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
103
+ *
102
104
* @param N - number of indexed elements
103
105
* @param x - input array
104
106
* @param strideX - stride length
@@ -130,6 +132,8 @@ interface Routine {
130
132
* - `sidx`: strided index (offset + aidx*stride)
131
133
* - `array`: input array
132
134
*
135
+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
136
+ *
133
137
* @param N - number of indexed elements
134
138
* @param x - input array
135
139
* @param strideX - stride length
@@ -163,6 +167,8 @@ interface Routine {
163
167
* - `sidx`: strided index (offset + aidx*stride)
164
168
* - `array`: input array
165
169
*
170
+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
171
+ *
166
172
* @param N - number of indexed elements
167
173
* @param x - input array
168
174
* @param strideX - stride length
You can’t perform that action at this time.
0 commit comments