Skip to content

Commit

Permalink
Merge pull request #141 from maxaehle/fix_documentation_gstrf
Browse files Browse the repository at this point in the history
Fix typo in documentation of gstrs
  • Loading branch information
xiaoyeli authored May 30, 2024
2 parents 22cfff4 + f6ea546 commit 4cc2cdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SRC/cgscon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SRC/dgscon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SRC/sgscon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SRC/zgscon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cc2cdb

Please sign in to comment.