Skip to content

Commit a1d90a8

Browse files
committed
docs: fix descriptions
--- 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 01f149a commit a1d90a8

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/dger

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/dger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The function has the following parameters:
5757
- **M**: number of rows in the matrix `A`.
5858
- **N**: number of columns in the matrix `A`.
5959
- **α**: scalar constant.
60-
- **x**: input [`Float64Array`][mdn-float64array].
60+
- **x**: an `M` element [`Float64Array`][mdn-float64array].
6161
- **sx**: stride length for `x`.
62-
- **y**: output [`Float64Array`][mdn-float64array].
62+
- **y**: an `N` element [`Float64Array`][mdn-float64array].
6363
- **sy**: stride length for `y`.
6464
- **A**: input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
6565
- **lda**: stride of the first dimension of `A` (leading dimension of `A`).

0 commit comments

Comments
 (0)