Skip to content

Commit

Permalink
Merge pull request #39 from ctkelley/main
Browse files Browse the repository at this point in the history
skip ci
  • Loading branch information
ctkelley authored Jul 25, 2024
2 parents fb2a624 + 979beb6 commit b031670
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 b031670

Please sign in to comment.