Skip to content

Commit

Permalink
skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Jul 25, 2024
1 parent ad3f4b1 commit 979beb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/Details/N2Work.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Is O(N^2) work negligible?

In this sectiion ```TR = TW = Float64``` and
```TF = TS = Float32```, which means that the iterprecision transfers
In this section ```TR = TW = Float64``` and
```TF = TS = Float32```, which means that the interprecision transfers
in the triangular solvers are done in-place. We terminate on small residuals.

The premise behind IR is that reducing the $O(N^3)$ cost of the
Expand Down
2 changes: 1 addition & 1 deletion docs/src/Details/Termination.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terminating the while loop

Todays values are
Today's values are
```math
C_e = 1.0, C_r = 20.0, r_{max} = .1
```
Expand Down

0 comments on commit 979beb6

Please sign in to comment.