?? build_alpert_matrix_2d.m
字號(hào):
function V = build_alpert_matrix_2d(pos,k, options)
% build_alpert_matrix_2d - build 2D Alpert basis adapted to the sampling provided.
%
% V = build_alpert_matrix_2d(pos,k);
%
% The basis is hierarchical with respect to X direction ...
%
% 'pos' is a 2D vector, pos(:,i) is the ith point.
% 'k' is the number of vanishing moments (1=>Haar, 2=>linear basis ...).
% 'V' is an orthogonal matrix, each column is a basis vector.
%
% Copyright (c) 2004 Gabriel Peyr
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -