| 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.
|
| HouseholderQR |
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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.