Skip to content

Commit a0d7b5f

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
chore: update markdown
--- 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 664fbaa commit a0d7b5f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# dsymm
2222

23-
> Perform the matrix-matrix operation `C = α*A*B + β*C` or `C = α*B*A + β*C` where `α` and `β` are scalars, `A` is a symmetric matrix and `B` and `C` are `M` by `N` matrices.
23+
> Perform the matrix-matrix operation `C = α*A*B + β*C` or `C = α*B*A + β*C`.
2424
2525
<section class="usage">
2626

@@ -49,7 +49,7 @@ The function has the following parameters:
4949

5050
- **ord**: storage layout.
5151
- **side**: specifies whether `A` appears on the left or right of `B`.
52-
- **uplo**: specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied.
52+
- **uplo**: specifies whether the upper or lower triangular part of the symmetric matrix `A` to be referenced.
5353
- **M**: number of rows in the matrix `op(A)` and in the matrix `C`.
5454
- **N**: number of columns in the matrix `op(B)` and in the matrix `C`.
5555
- **α**: scalar constant.

0 commit comments

Comments
 (0)