Multidimensional DSP with GPU acceleration: Difference between revisions

Content deleted Content added
Sing0512 (talk | contribs)
Sing0512 (talk | contribs)
No edit summary
Line 56:
<math>C_{ij}=\sum_{k=1}^m A_{ik}B_{kj}\,</math>
 
To compute each element in {{math|'''C'''}} takes {{math|''m''}} multiplications and {{math|(''m'' - ''1'')}} additions. Therefore, with a CPU implementation, the time complexity to achieve thethis computation is ''Θ(n''<sup href="Category:GPGPU">''3''</sup>'').''
 
==== Discrete Cosine Transform ====