Skip to content

Commit

Permalink
skip CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Aug 19, 2024
1 parent 2f3cf44 commit 0f2a668
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 0f2a668

Please sign in to comment.