From f6ea546f3624d62d47139e00dbdcf7e4d53730e8 Mon Sep 17 00:00:00 2001 From: Max Aehle Date: Mon, 27 May 2024 10:22:50 +0200 Subject: [PATCH] DOC: Replace dgetrf by dgstrf etc. in comments --- SRC/cgscon.c | 2 +- SRC/dgscon.c | 2 +- SRC/sgscon.c | 2 +- SRC/zgscon.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SRC/cgscon.c b/SRC/cgscon.c index 58d56a50..f33c1cc5 100644 --- a/SRC/cgscon.c +++ b/SRC/cgscon.c @@ -37,7 +37,7 @@ at the top-level directory. * * CGSCON estimates the reciprocal of the condition number of a general * real matrix A, in either the 1-norm or the infinity-norm, using - * the LU factorization computed by CGETRF. * + * the LU factorization computed by CGSTRF. * * * An estimate is obtained for norm(inv(A)), and the reciprocal of the * condition number is computed as diff --git a/SRC/dgscon.c b/SRC/dgscon.c index 55e0c3f5..1411084f 100644 --- a/SRC/dgscon.c +++ b/SRC/dgscon.c @@ -37,7 +37,7 @@ at the top-level directory. * * DGSCON estimates the reciprocal of the condition number of a general * real matrix A, in either the 1-norm or the infinity-norm, using - * the LU factorization computed by DGETRF. * + * the LU factorization computed by DGSTRF. * * * An estimate is obtained for norm(inv(A)), and the reciprocal of the * condition number is computed as diff --git a/SRC/sgscon.c b/SRC/sgscon.c index d69401d7..7ad96ea2 100644 --- a/SRC/sgscon.c +++ b/SRC/sgscon.c @@ -37,7 +37,7 @@ at the top-level directory. * * SGSCON estimates the reciprocal of the condition number of a general * real matrix A, in either the 1-norm or the infinity-norm, using - * the LU factorization computed by SGETRF. * + * the LU factorization computed by SGSTRF. * * * An estimate is obtained for norm(inv(A)), and the reciprocal of the * condition number is computed as diff --git a/SRC/zgscon.c b/SRC/zgscon.c index ff521c5d..168d29c2 100644 --- a/SRC/zgscon.c +++ b/SRC/zgscon.c @@ -37,7 +37,7 @@ at the top-level directory. * * ZGSCON estimates the reciprocal of the condition number of a general * real matrix A, in either the 1-norm or the infinity-norm, using - * the LU factorization computed by ZGETRF. * + * the LU factorization computed by ZGSTRF. * * * An estimate is obtained for norm(inv(A)), and the reciprocal of the * condition number is computed as