Skip to content

Commit 3ae7bb0

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
docs: update repl.txt
--- 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: passed - 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 929a295 commit 3ae7bb0

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/base/dtbsv/docs

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/base/dtbsv/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
{{alias}}( ord, uplo, trans, diag, N, K, A, lda, x, sx )
2+
{{alias}}( order, uplo, trans, diag, N, K, A, lda, x, sx )
33
Solves one of the systems of equations `A*x = b` or `A^T*x = b` where `b`
44
and `x` are `N` element vectors and `A` is an `N` by `N` unit, or non-unit,
55
upper or lower triangular band matrix, with ( `K` + 1 ) diagonals.
@@ -11,7 +11,7 @@
1111

1212
Parameters
1313
----------
14-
ord: string
14+
order: string
1515
Row-major (C-style) or column-major (Fortran-style) order. Must be
1616
either 'row-major' or 'column-major'.
1717

@@ -42,7 +42,7 @@
4242
Input vector.
4343

4444
sx: integer
45-
Index increment for `x`.
45+
Stride length for `x`.
4646

4747
Returns
4848
-------
@@ -104,7 +104,7 @@
104104
Input vector.
105105

106106
sx: integer
107-
Index increment for `x`.
107+
Stride length for `x`.
108108

109109
ox: integer
110110
Starting index for `x`.

0 commit comments

Comments
 (0)