📄 householder_matrix.m
字号:
function [h] = householder_matrix(a, v)% h = householder_matrix(a, v) returns the Householder matrix that% will zero all elements of a except those corresponding to (any)% non-zero elements of v. If v has zero norm, an identity matrix is% returned. The matrix returned is either a left or right Householder% matrix dependent on whether the input parameters are column or row% vectors respectively.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -