build_alpert_matrix_2d.m
来自「matlab的工具箱」· M 代码 · 共 13 行
M
13 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?