(no description)
File Size: | 191 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
QR:: (8 methods):
__construct()
getHouseholdVectors()
getQ()
getR()
hypo()
decompose()
isFullRank()
solve()
__construct(Matrix $matrix) X-Ref |
No description |
getHouseholdVectors() X-Ref |
No description |
getQ() X-Ref |
No description |
getR() X-Ref |
No description |
hypo($a, $b) X-Ref |
No description |
decompose() X-Ref |
QR Decomposition computed by Householder reflections. |
isFullRank() X-Ref |
No description |
solve(Matrix $B) X-Ref |
Least squares solution of A*X = B. param: Matrix $B a Matrix with as many rows as A and any number of columns return: Matrix matrix that minimizes the two norm of Q*R*X-B |