Skip to content

Commit ad4c2ac

Browse files
committed
docs: add notes
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 88b1acc commit ad4c2ac

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-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)