Skip to content

Commit ae0e753

Browse files
authored
docs: add note
Signed-off-by: Athan <[email protected]>
1 parent a166bbf commit ae0e753

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/docs/types

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/docs/types/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)