File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
lib/node_modules/@stdlib/blas/ext/base/gfind-last-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 {
9999 * - `sidx`: strided index (offset + aidx*stride)
100100 * - `array`: input array
101101 *
102+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
103+ *
102104 * @param N - number of indexed elements
103105 * @param x - input array
104106 * @param strideX - stride length
@@ -130,6 +132,8 @@ interface Routine {
130132 * - `sidx`: strided index (offset + aidx*stride)
131133 * - `array`: input array
132134 *
135+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
136+ *
133137 * @param N - number of indexed elements
134138 * @param x - input array
135139 * @param strideX - stride length
@@ -163,6 +167,8 @@ interface Routine {
163167* - `sidx`: strided index (offset + aidx*stride)
164168* - `array`: input array
165169*
170+ * - If no element passes a test implemented by a predicate function, the function returns `-1`.
171+ *
166172* @param N - number of indexed elements
167173* @param x - input array
168174* @param strideX - stride length
You can’t perform that action at this time.
0 commit comments