Skip to content

Commit

Permalink
Fixing misspelling of 'triangular' in {s,d,c,z}gemmtr.f
Browse files Browse the repository at this point in the history
  • Loading branch information
jprhyne committed Dec 2, 2024
1 parent 9128e20 commit 29dbac9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions BLAS/SRC/cgemmtr.f
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
*> On entry, UPLO specifies whether the lower or the upper
*> triangular part of C is access and updated.
*>
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
*>
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
*> \endverbatim
*
*> \param[in] TRANSA
Expand Down Expand Up @@ -154,7 +154,7 @@
*> Before entry, the leading n by n part of the array C must
*> contain the matrix C, except when beta is zero, in which
*> case C need not be set on entry.
*> On exit, the upper or lower trinangular part of the matrix
*> On exit, the upper or lower triangular part of the matrix
*> C is overwritten by the n by n matrix
*> ( alpha*op( A )*op( B ) + beta*C ).
*> \endverbatim
Expand Down
6 changes: 3 additions & 3 deletions BLAS/SRC/dgemmtr.f
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
*> On entry, UPLO specifies whether the lower or the upper
*> triangular part of C is access and updated.
*>
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
*>
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
*> \endverbatim
*
*> \param[in] TRANSA
Expand Down Expand Up @@ -154,7 +154,7 @@
*> Before entry, the leading n by n part of the array C must
*> contain the matrix C, except when beta is zero, in which
*> case C need not be set on entry.
*> On exit, the upper or lower trinangular part of the matrix
*> On exit, the upper or lower triangular part of the matrix
*> C is overwritten by the n by n matrix
*> ( alpha*op( A )*op( B ) + beta*C ).
*> \endverbatim
Expand Down
6 changes: 3 additions & 3 deletions BLAS/SRC/sgemmtr.f
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
*> On entry, UPLO specifies whether the lower or the upper
*> triangular part of C is access and updated.
*>
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
*>
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
*> \endverbatim
*
*> \param[in] TRANSA
Expand Down Expand Up @@ -154,7 +154,7 @@
*> Before entry, the leading n by n part of the array C must
*> contain the matrix C, except when beta is zero, in which
*> case C need not be set on entry.
*> On exit, the upper or lower trinangular part of the matrix
*> On exit, the upper or lower triangular part of the matrix
*> C is overwritten by the n by n matrix
*> ( alpha*op( A )*op( B ) + beta*C ).
*> \endverbatim
Expand Down
6 changes: 3 additions & 3 deletions BLAS/SRC/zgemmtr.f
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
*> On entry, UPLO specifies whether the lower or the upper
*> triangular part of C is access and updated.
*>
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
*>
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
*> \endverbatim
*
*> \param[in] TRANSA
Expand Down Expand Up @@ -154,7 +154,7 @@
*> Before entry, the leading n by n part of the array C must
*> contain the matrix C, except when beta is zero, in which
*> case C need not be set on entry.
*> On exit, the upper or lower trinangular part of the matrix
*> On exit, the upper or lower triangular part of the matrix
*> C is overwritten by the n by n matrix
*> ( alpha*op( A )*op( B ) + beta*C ).
*> \endverbatim
Expand Down

0 comments on commit 29dbac9

Please sign in to comment.