Content deleted Content added
m added Category:Divide-and-conquer algorithms using HotCat |
→Background: floating point operations instead of flops because it is talking about multiple operations and not operations per second (flops) |
||
Line 4:
==Background==
As with most eigenvalue algorithms for Hermitian matrices, divide-and-conquer begins with a reduction to [[Tridiagonal matrix|tridiagonal]] form. For an <math>m \times m</math> matrix, the standard method for this, via [[Householder reflection]]s, takes <math>\frac{4}{3}m^{3}</math>
In certain cases, it is possible to ''deflate'' an eigenvalue problem into smaller problems. Consider a [[block diagonal matrix]]
|