Difference between revisions of "Template:Algorithm"

From AlgowikiPool
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Created page with "{{algorithm | name = Разложение Холецкого | serial_complexity = <math>O(n^3)</math> | pf_height = <math>O(n)</math> | pf_width...")
 
Line 1: Line 1:
 
{{algorithm
 
{{algorithm
| name              = Разложение Холецкого
+
| name              = Метод Якоби вычисления сингулярных чисел и векторов
 
| serial_complexity = <math>O(n^3)</math>
 
| serial_complexity = <math>O(n^3)</math>
| pf_height        = <math>O(n)</math>
+
| pf_height        = <math></math>  
| pf_width          = <math>O(n^2)</math>
+
| pf_width          = <math></math>  
| input_data        = <math>\frac{n (n + 1)}{2}</math>
+
| input_data        = <math>n^2</math>
| output_data      = <math>\frac{n (n + 1)}{2}</math>
+
| output_data      = <math>2n^2 + n</math>
 
}}
 
}}

Revision as of 11:12, 15 October 2016

Template loop detected: Template:Algorithm