Skip to content

Commit

Permalink
Consistent uplo / upper_lower naming
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtbarker committed Mar 8, 2024
1 parent 13113a2 commit 5d71583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/elements/oneMKL/source/domains/blas/trmm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ trmm (Buffer Version)
Specifies whether ``A`` is on the left side of the multiplication
(``side::left``) or on the right side (``side::right``). See :ref:`onemkl_datatypes` for more details.

uplo
upper_lower
Specifies whether the matrix ``A`` is upper or lower triangular. See :ref:`onemkl_datatypes` for more details.

trans
Expand Down Expand Up @@ -385,7 +385,7 @@ trmm (USM Version)
multiplication (``side::left``) or on the right side
(``side::right``). See :ref:`onemkl_datatypes` for more details.

uplo
upper_lower
Specifies whether the matrix ``A`` is upper or lower
triangular. See :ref:`onemkl_datatypes` for more details.

Expand Down
4 changes: 2 additions & 2 deletions source/elements/oneMKL/source/domains/blas/trsm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ trsm (Buffer Version)
Specifies whether ``A`` multiplies ``X`` on the left
(``side::left``) or on the right (``side::right``). See :ref:`onemkl_datatypes` for more details.

uplo
upper_lower
Specifies whether the matrix ``A`` is upper or lower triangular. See :ref:`onemkl_datatypes` for more details.

trans
Expand Down Expand Up @@ -381,7 +381,7 @@ trsm (USM Version)
Specifies whether ``A`` multiplies ``X`` on the left
(``side::left``) or on the right (``side::right``). See :ref:`onemkl_datatypes` for more details.

uplo
upper_lower
Specifies whether the matrix ``A`` is upper or lower
triangular. See :ref:`onemkl_datatypes` for more details.

Expand Down

0 comments on commit 5d71583

Please sign in to comment.