| Class | Description |
|---|---|
| BiDiagonalization |
Given a tall (m x n) matrix A, where m ≥ n,
we find orthogonal matrices U and V such that U' * A * V = B.
|
| TriDiagonalization |
A tri-diagonal matrix A is a matrix such that
it has non-zero elements only in the main diagonal, the first diagonal below, and the first diagonal above.
|