File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
lib/node_modules/@stdlib/blas/ext/find-index/docs Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 The callback function should return a boolean.
1313
14- If no element along an ndarray passes a test implemented by the predicate
15- function, the corresponding element in the returned ndarray is `-1`.
14+ If no element along an ndarray dimension passes a test implemented by the
15+ predicate function, the corresponding element in the returned ndarray is
16+ `-1`.
1617
1718 Parameters
1819 ----------
6869
6970 The callback function should return a boolean.
7071
71- If no element along an ndarray passes a test implemented by the predicate
72- function, the corresponding element in the returned ndarray is `-1`.
72+ If no element along an ndarray dimension passes a test implemented by the
73+ predicate function, the corresponding element in the returned ndarray is
74+ `-1`.
7375
7476 Parameters
7577 ----------
You can’t perform that action at this time.
0 commit comments