Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Jul 22, 2024
1 parent 89e9459 commit 24801ed
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 @@ -8,7 +8,7 @@ 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.

We will use the old-fashioned defintion of a FLOP as an add, a multiply
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

- matrix-vector multiply $A x$,
Expand Down

0 comments on commit 24801ed

Please sign in to comment.