Skip to content

Commit 1b0c6a7

Browse files
authored
Merge pull request #1081 from jprhyne/gemmtrDoc
Fixing misspelling of 'triangular' in {s,d,c,z}gemmtr.f
2 parents e7d27c7 + 29dbac9 commit 1b0c6a7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

BLAS/SRC/cgemmtr.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> On entry, UPLO specifies whether the lower or the upper
5151
*> triangular part of C is access and updated.
5252
*>
53-
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
53+
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
5454
*>
55-
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
55+
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
5656
*> \endverbatim
5757
*
5858
*> \param[in] TRANSA
@@ -154,7 +154,7 @@
154154
*> Before entry, the leading n by n part of the array C must
155155
*> contain the matrix C, except when beta is zero, in which
156156
*> case C need not be set on entry.
157-
*> On exit, the upper or lower trinangular part of the matrix
157+
*> On exit, the upper or lower triangular part of the matrix
158158
*> C is overwritten by the n by n matrix
159159
*> ( alpha*op( A )*op( B ) + beta*C ).
160160
*> \endverbatim

BLAS/SRC/dgemmtr.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> On entry, UPLO specifies whether the lower or the upper
5151
*> triangular part of C is access and updated.
5252
*>
53-
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
53+
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
5454
*>
55-
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
55+
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
5656
*> \endverbatim
5757
*
5858
*> \param[in] TRANSA
@@ -154,7 +154,7 @@
154154
*> Before entry, the leading n by n part of the array C must
155155
*> contain the matrix C, except when beta is zero, in which
156156
*> case C need not be set on entry.
157-
*> On exit, the upper or lower trinangular part of the matrix
157+
*> On exit, the upper or lower triangular part of the matrix
158158
*> C is overwritten by the n by n matrix
159159
*> ( alpha*op( A )*op( B ) + beta*C ).
160160
*> \endverbatim

BLAS/SRC/sgemmtr.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> On entry, UPLO specifies whether the lower or the upper
5151
*> triangular part of C is access and updated.
5252
*>
53-
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
53+
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
5454
*>
55-
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
55+
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
5656
*> \endverbatim
5757
*
5858
*> \param[in] TRANSA
@@ -154,7 +154,7 @@
154154
*> Before entry, the leading n by n part of the array C must
155155
*> contain the matrix C, except when beta is zero, in which
156156
*> case C need not be set on entry.
157-
*> On exit, the upper or lower trinangular part of the matrix
157+
*> On exit, the upper or lower triangular part of the matrix
158158
*> C is overwritten by the n by n matrix
159159
*> ( alpha*op( A )*op( B ) + beta*C ).
160160
*> \endverbatim

BLAS/SRC/zgemmtr.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> On entry, UPLO specifies whether the lower or the upper
5151
*> triangular part of C is access and updated.
5252
*>
53-
*> UPLO = 'L' or 'l', the lower tringular part of C is used.
53+
*> UPLO = 'L' or 'l', the lower triangular part of C is used.
5454
*>
55-
*> UPLO = 'U' or 'u', the upper tringular part of C is used.
55+
*> UPLO = 'U' or 'u', the upper triangular part of C is used.
5656
*> \endverbatim
5757
*
5858
*> \param[in] TRANSA
@@ -154,7 +154,7 @@
154154
*> Before entry, the leading n by n part of the array C must
155155
*> contain the matrix C, except when beta is zero, in which
156156
*> case C need not be set on entry.
157-
*> On exit, the upper or lower trinangular part of the matrix
157+
*> On exit, the upper or lower triangular part of the matrix
158158
*> C is overwritten by the n by n matrix
159159
*> ( alpha*op( A )*op( B ) + beta*C ).
160160
*> \endverbatim

0 commit comments

Comments
 (0)