| |
| | Randomized Gaussian Elimination |
 | | Block matrix decompositions are used heavily in theory, but less in practice, since even when a matrix is nondegenerate (has full rank) its block submatrices can be degenerate. |
 | | Recursive block decomposition algorithms (also known as quadtree algorithms when the blocks are all square) have been proposed to solve well-known problems such as matrix addition, multiplication, inversion, determinant computation, block LDU decomposition, discrete Fourier transform, and Cholesky and QR factorization. |
 | | Specifically, recursive block decomposition methods are impractical for matrix inversion and Gaussian elimination, since both require leading submatrices of the input matrix to be nonsingular (which is not always guaranteed). |
| www.cs.ucla.edu /~stott/ge (1816 words) |
|