Skip to content

Commit adaf724

Browse files
Update comments
1 parent b721a55 commit adaf724

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CBLAS/src/cblas_cgemmtr.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
*
3-
* cblas_cgemm.c
4-
* This program is a C interface to cgemm.
5-
* Written by Keita Teranishi
6-
* 4/8/1998
3+
* cblas_cgemmtr.c
4+
* This program is a C interface to cgemmtr.
5+
* Written by Martin Koehler, MPI Magdeburg
6+
* 06/24/2024
77
*
88
*/
99

CBLAS/src/cblas_zgemmtr.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
*
3-
* cblas_zgemm.c
4-
* This program is a C interface to zgemm.
5-
* Written by Keita Teranishi
6-
* 4/8/1998
3+
* cblas_zgemmtr.c
4+
* This program is a C interface to zgemmtr.
5+
* Written by Martin Koehler, MPI Magdeburg
6+
* 06/24/2024
77
*
88
*/
99

0 commit comments

Comments
 (0)