Skip to content

Commit

Permalink
Merge pull request #49 from ctkelley/main
Browse files Browse the repository at this point in the history
skip CI
  • Loading branch information
ctkelley committed Aug 24, 2024
2 parents de39c79 + 0f2a668 commit 4aa7144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/Details/N2Work.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
factorization will make the solve faster because everything else
is $O(N^2)$ work. It's worth looking to this.
is $O(N^2)$ work. It's worth looking into this.

We will use the old-fashioned definition of a FLOP as an add, a multiply
and a bit of address computation. So we have $N^2$ flops for any of
Expand Down

0 comments on commit 4aa7144

Please sign in to comment.