Differences
This shows you the differences between two versions of the page.
gaussian_elimination [2018/10/03 17:22] root created |
gaussian_elimination [2018/10/03 17:48] root |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Gaussian Elimination ====== | ====== Gaussian Elimination ====== | ||
+ | Gaussian Elimination computes result row by row, solving for all of the variables in a linear system. The algorithm must synchronize between iterations, but the values calculated in each iteration can be computed in parallel. | ||
+ | |||
+ | Retrieved from "https://www.cs.virginia.edu/~skadron/wiki/rodinia/index.php?title=Gaussian_Elimination&oldid=578" |