File: Contents.m

package info (click to toggle)
nfft 3.5.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,972 kB
  • sloc: ansic: 44,442; lisp: 1,697; makefile: 1,322; sh: 744; sed: 5
file content (30 lines) | stat: -rw-r--r-- 1,456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% NFCT
%
% Files
%   FFT_OUT_OF_PLACE    - FFT flag
%   FFTW_ESTIMATE       - FFT flag
%   FFTW_MEASURE        - FFT flag
%   FG_PSI              - Precompuation flag
%   ndct_adjoint        - Adjoint nonequispaced discrete cosine transform (direct algorithm)
%   ndct_trafo          - Nonequispaced discrete cosine transform (direct algorithm)
%   nfct_adjoint        - Adjoint nonequispaced fast cosine transform
%   nfct_finalize       - Finalize plan
%   nfct_get_f          - Get function values from plan
%   nfct_get_f_hat      - Get Fourier coefficients from plan
%   nfct_get_x          - Get nodes from plan
%   nfct_init_1d        - Initialise plans
%   nfct_init_2d        - Initialise plans
%   nfct_init_3d        - Initialise plans
%   nfct_init_guru      - Initialise plans, no error handling
%   nfct_precompute_psi - Precompute psi, dependent on nodes x
%   nfct_set_f          - Set function values in plan
%   nfct_set_f_hat      - Set Fourier coefficients in plan
%   nfct_set_x          - Set nodes in plan
%   nfct_trafo          - nonequispaced fast cosine transform
%   nfctmex             - Gateway function to NFCT module from NFFT3
%   PRE_FG_PSI          - Precomputation flag
%   PRE_FULL_PSI        - Precomputation flag
%   PRE_LIN_PSI         - Precomputation flag
%   PRE_PHI_HUT         - Precomputation flag
%   PRE_PSI             - Precomputation flag
%   simple_test         - Example program: Basic usage principles