matrix_householder_in_place
matrix_householder_in_place(a, n)
NxN matrix Householder reduction Return subfunction to upper Hessenberg matrix by Householder transformation
Kind: global function
See: http://www-in.aut.ac.jp/~minemura/pub/Csimu/C/QRmethod.html
Param | Type |
---|---|
a | Array.<number> |
n | number |