|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| Class Summary | |
|---|---|
| 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
B is an upper bi-diagonal matrix. |
| Tridiagonalization | A tridiagonal matrix A is a matrix such that it has non-zero elements only in the main diagonal, the first diagonal below this, and the first diagonal above the main diagonal. |
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||