| Interface | Description |
|---|---|
| QRDecomposition |
QR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.
|
| Class | Description |
|---|---|
| GramSchmidt |
The Gram–Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.
|
| HouseholderReflection |
Successive Householder reflections gradually transform a matrix A to the upper triangular form.
|
| QR |
QR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.
|