Skip to content

Commit 91c6533

Browse files
committed
docs: update readme
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 456f8ad commit 91c6533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ctbmv

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The function has the following parameters:
5555
- **diag**: specifies whether `A` has a unit diagonal.
5656
- **N**: number of elements along each dimension of `A`.
5757
- **K**: number of super-diagonals or sub-diagonals of the matrix `A`.
58-
- **A**: input band matrix stored in linear memory as a [`Complex64Array`][@stdlib/array/complex64]. The band matrix is first stored in compact band form, where only the diagonals within the bandwidth are kept, and is then laid out sequentially in linear memory.
58+
- **A**: input band matrix stored in linear memory as a [`Complex64Array`][@stdlib/array/complex64].
5959
- **LDA**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
6060
- **x**: input [`Complex64Array`][@stdlib/array/complex64].
6161
- **sx**: stride length for `x`.

0 commit comments

Comments
 (0)