Skip to content

Commit fe2bd7e

Browse files
committed
chore: resolve lint error
--- 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: passed - 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 614ccc8 commit fe2bd7e

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dmskrange

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/stats/base/dmskrange/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ The function accepts the following arguments:
205205
double stdlib_strided_dmskrange( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const uint8_t *Mask, const CBLAS_INT strideMask );
206206
```
207207

208+
<!-- lint disable maximum-heading-length -->
209+
208210
#### stdlib_strided_dmskrange_ndarray( N, \*X, strideX, offsetX, \*Mask, strideMask, offsetMask )
209211

210212
Computes the [range][range] of a double-precision floating-point strided array according to a mask and using alternative indexing semantics.

0 commit comments

Comments
 (0)