Difference between revisions of "LU decomposition via Gaussian elimination"
Jump to navigation
Jump to search
[quality revision] | [checked revision] |
(Replaced content with "{{level-a}} Primary authors of this description: == Properties and structure of the algorithm == === General description of the algorithm === === Mathematical descrip...") Tag: Replaced |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Primary authors of this description: | + | {{level-a}} |
+ | |||
+ | Primary authors of this description: | ||
== Properties and structure of the algorithm == | == Properties and structure of the algorithm == | ||
Line 26: | Line 28: | ||
=== Implementation peculiarities of the serial algorithm === | === Implementation peculiarities of the serial algorithm === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Possible methods and considerations for parallel implementation of the algorithm === | === Possible methods and considerations for parallel implementation of the algorithm === | ||
− | === | + | === Run results === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Conclusions for different classes of computer architecture === | === Conclusions for different classes of computer architecture === | ||
− | |||
− | |||
== References == | == References == | ||
− | [[Ru: | + | [[Ru:LU-разложение методом Гаусса]] |
[[Category:Started articles]] | [[Category:Started articles]] |
Latest revision as of 16:13, 8 July 2022
Primary authors of this description:
Contents
- 1 Properties and structure of the algorithm
- 1.1 General description of the algorithm
- 1.2 Mathematical description of the algorithm
- 1.3 Computational kernel of the algorithm
- 1.4 Macro structure of the algorithm
- 1.5 Implementation scheme of the serial algorithm
- 1.6 Serial complexity of the algorithm
- 1.7 Information graph
- 1.8 Parallelization resource of the algorithm
- 1.9 Input and output data of the algorithm
- 1.10 Properties of the algorithm
- 2 Software implementation of the algorithm
- 3 References