Skip to content

Commit 3ca8c5b

Browse files
author
scr2016
committed
fixed comments in SRC/zlaunhr_col_getrfnp.f SRC/zlaunhr_col_getrfnp2.f SRC/zunhr_col.f
1 parent 0bb5eff commit 3ca8c5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SRC/zlaunhr_col_getrfnp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*> \verbatim
3535
*>
3636
*> ZLAUNHR_COL_GETRFNP computes the modified LU factorization without
37-
*> pivoting of a general M-by-N matrix A. The factorization has
37+
*> pivoting of a complex general M-by-N matrix A. The factorization has
3838
*> the form:
3939
*>
4040
*> A - S = L * U,

SRC/zlaunhr_col_getrfnp2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.netlib.org/lapack/explore-html/
77
*
88
*> \htmlonly
9-
*> Download DLAORHR_GETRF2NP + dependencies
9+
*> Download ZLAUNHR_COL_GETRFNP2 + dependencies
1010
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlaunhr_col_getrfnp2.f">
1111
*> [TGZ]</a>
1212
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlaunhr_col_getrfnp2.f">
@@ -34,7 +34,7 @@
3434
*> \verbatim
3535
*>
3636
*> ZLAUNHR_COL_GETRFNP2 computes the modified LU factorization without
37-
*> pivoting of a general M-by-N matrix A. The factorization has
37+
*> pivoting of a complex general M-by-N matrix A. The factorization has
3838
*> the form:
3939
*>
4040
*> A - S = L * U,

SRC/zunhr_col.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
*
243243
*> \date November 2019
244244
*
245-
*> \ingroup doubleOTHERcomputational
245+
*> \ingroup complex16OTHERcomputational
246246
*
247247
*> \par Contributors:
248248
* ==================

0 commit comments

Comments
 (0)