資源簡介
1. 離散病態(tài)問題及其正則化
2. 正則化工具教程
3. 正規(guī)化工具參考
代碼片段和文件信息
function?A?=?app_hh(Abetav)
%APP_HH?Apply?a?Householder?transformation.
%
%?A?=?app_hh(Abetav)
%
%?Applies?the?Householder?transformation?defined?by
%?vector?v?and?scaler?beta?to?the?matrix?A;?i.e.
%?????A?=?(eye?-?beta*v*v‘)*A?.
%?Per?Christian?Hansen?IMM?03/11/92.
A?=?A?-?(beta*v)*(v‘*A);
評(píng)論
共有 條評(píng)論