mxqrdh

Syntax:

Return Range  mxqrdh(Range matrix1)

Description:

Computes the Householder vectors of matrix QR decomposition of matrix1 and places it at the current cell.

Examples:

($a4) = mxqrdh($a1:$c3)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
41.2672612419124200
50.5345224838248491.149953611728150
60.8017837257372730.98869303341822
($a2) = mxqrdh($a1:$d4)