Skip to content

Commit b25cf2c

Browse files
Update documentation of xGEMMT
1 parent 630fb5b commit b25cf2c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BLAS/SRC/cgemmt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
*> alpha and beta are scalars, and A, B and C are matrices, with op( A )
3838
*> an n by k matrix, op( B ) a k by n matrix and C an n by n matrix.
3939
*> Thereby, the routine only accesses and updates the upper or lower
40-
*> triangular part of the result matrix C. This behaviour can be used,
41-
*> the resulting matrix C is known to be symmetric.
40+
*> triangular part of the result matrix C. This behaviour can be used if
41+
*> the resulting matrix C is known to be Hermitian or symmetric.
4242
*> \endverbatim
4343
*
4444
* Arguments:

BLAS/SRC/dgemmt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*> alpha and beta are scalars, and A, B and C are matrices, with op( A )
3838
*> an n by k matrix, op( B ) a k by n matrix and C an n by n matrix.
3939
*> Thereby, the routine only accesses and updates the upper or lower
40-
*> triangular part of the result matrix C. This behaviour can be used,
40+
*> triangular part of the result matrix C. This behaviour can be used if
4141
*> the resulting matrix C is known to be symmetric.
4242
*> \endverbatim
4343
*

BLAS/SRC/sgemmt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*> alpha and beta are scalars, and A, B and C are matrices, with op( A )
3838
*> an n by k matrix, op( B ) a k by n matrix and C an n by n matrix.
3939
*> Thereby, the routine only accesses and updates the upper or lower
40-
*> triangular part of the result matrix C. This behaviour can be used,
40+
*> triangular part of the result matrix C. This behaviour can be used if
4141
*> the resulting matrix C is known to be symmetric.
4242
*> \endverbatim
4343
*

BLAS/SRC/zgemmt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
*> alpha and beta are scalars, and A, B and C are matrices, with op( A )
3838
*> an n by k matrix, op( B ) a k by n matrix and C an n by n matrix.
3939
*> Thereby, the routine only accesses and updates the upper or lower
40-
*> triangular part of the result matrix C. This behaviour can be used,
41-
*> the resulting matrix C is known to be symmetric.
40+
*> triangular part of the result matrix C. This behaviour can be used if
41+
*> the resulting matrix C is known to be Hermitian or symmetric.
4242
*> \endverbatim
4343
*
4444
* Arguments:

0 commit comments

Comments
 (0)