Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley authored Jan 16, 2025
1 parent f2e3e76 commit 988ed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Since log(version number) < 0, you can expect changes in API, internal structure

### What is iterative refinement?

This package will make solving dense systems of linear equations faster by using the LU factorization and IR. It is limited to LU for now. A very generic description of this for solving a linear system $A x = b$ is
This package will make solving dense systems of linear equations faster or more accurate by using the LU factorization and IR. It is limited to LU for now. A very generic description of this for solving a linear system $A x = b$ faster is

__IR(A, b)__
- $x = 0$
Expand Down

0 comments on commit 988ed68

Please sign in to comment.