📄 perform_tensor_recomp.m
字号:
function T = perform_tensor_recomp(e1,e2,l1,l2)
% perform_tensor_recomp - create the tensor field corresponding to the given eigendecomposition.
%
% T = perform_tensor_recomp(e1,e2,l1,l2);
%
% 'e1(i,j,:)' is the main eigenvector at location (i,j)
% with associated largest eigenvalue 'l1(i,j)'.
% 'e2(i,j,:)' is the second eigenvector at location (i,j)
% with associated smallest eigenvalue 'l2(i,j)'.
%
% You have
% T = l1*e1*e1' + l2*e2*e2'
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -