Fix spelling
This commit is contained in:
parent
b4325ec185
commit
ca774e434f
@ -49,7 +49,7 @@ Calculating the first values to see a pattern
|
|||||||
|
|
||||||
\subsection*{b)}
|
\subsection*{b)}
|
||||||
% Find FLOPs
|
% Find FLOPs
|
||||||
For every iteration of i in forward sweep we have 2 division, and 2 additions, resulting in $4(n-1)$ FLOPs.
|
For every iteration of i in forward sweep we have 2 divisions, and 2 additions, resulting in $4(n-1)$ FLOPs.
|
||||||
For backward sweep we have 1 division, and for every iteration of i we have 1 addition, and 1 division, resulting in $2(n-1)+1$ FLOPs.
|
For backward sweep we have 1 division, and for every iteration of i we have 1 addition, and 1 division, resulting in $2(n-1)+1$ FLOPs.
|
||||||
Total FLOPs for the special algorithm is $6(n-1)+1$.
|
Total FLOPs for the special algorithm is $6(n-1)+1$.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user