Skip to content

Commit fd23cd9

Browse files
committed
lagtm: fix matrix-vector to matrix-matrix
1 parent 62b1999 commit fd23cd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SRC/clagtm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*>
3838
*> \verbatim
3939
*>
40-
*> CLAGTM performs a matrix-vector product of the form
40+
*> CLAGTM performs a matrix-matrix product of the form
4141
*>
4242
*> B := alpha * A * X + beta * B
4343
*>

SRC/dlagtm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*>
3838
*> \verbatim
3939
*>
40-
*> DLAGTM performs a matrix-vector product of the form
40+
*> DLAGTM performs a matrix-matrix product of the form
4141
*>
4242
*> B := alpha * A * X + beta * B
4343
*>

SRC/slagtm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*>
3838
*> \verbatim
3939
*>
40-
*> SLAGTM performs a matrix-vector product of the form
40+
*> SLAGTM performs a matrix-matrix product of the form
4141
*>
4242
*> B := alpha * A * X + beta * B
4343
*>

SRC/zlagtm.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*>
3838
*> \verbatim
3939
*>
40-
*> ZLAGTM performs a matrix-vector product of the form
40+
*> ZLAGTM performs a matrix-matrix product of the form
4141
*>
4242
*> B := alpha * A * X + beta * B
4343
*>

0 commit comments

Comments
 (0)