📄 build_alpert_matrix_1d.m
字号:
function V = build_alpert_matrix(x,k)
% build_alpert_matrix - build 1D Alpert basis
% adapted for the sampling provided.
%
% V = build_alpert_matrix(pos,k);
%
% 'pos' is a 1D vector, the location of the points.
% '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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -