You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/dsymm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# dsymm
22
22
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`.
24
24
25
25
<sectionclass="usage">
26
26
@@ -49,7 +49,7 @@ The function has the following parameters:
49
49
50
50
-**ord**: storage layout.
51
51
-**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.
53
53
-**M**: number of rows in the matrix `op(A)` and in the matrix `C`.
54
54
-**N**: number of columns in the matrix `op(B)` and in the matrix `C`.
0 commit comments