Template:Algorithm

From Algowiki
Revision as of 21:11, 1 February 2016 by Nebaruzdin (talk | contribs) (Add interwiki.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{algorithm
| name              = Cholesky decomposition
| serial_complexity = <math>O(n^3)</math>
| pf_height         = <math>O(n)</math>
| pf_width          = <math>O(n^2)</math>
| input_data        = <math>\frac{n (n + 1)}{2}</math>
| output_data       = <math>\frac{n (n + 1)}{2}</math>
}}