MIDAPACK - MIcrowave Data Analysis PACKage
1.1b
Parallel software tools for high performance CMB DA analysis
|
Go to the source code of this file.
Functions | |
int | gstmm (double **V, int n, int m, int id0, int l, fftw_complex *T_fft, int lambda, fftw_complex *V_fft, double *V_rfft, fftw_plan plan_f, fftw_plan plan_b, int blocksize, int nfft, int *id0gap, int *lgap, int ngap) |
int | gap_reduce (double **V, int id0, int l, int lambda, int *id0gap, int *lgap, int ngap, int *newl, int id0out) |
...convert the data vector structure into a matrix structure optimized for nfft | |
int | gap_masking (double **V, int l, int *id0gap, int *lgap, int ngap) |
Reduce the vector and mask the defined gaps. | |
int | gap_filling (double **V, int l, int *id0gap, int *lgap, int ngap) |
Extend the vector and add zeros on the gaps locations. | |
int | gap_masking_naive (double **V, int id0, int local_V_size, int m, int nrow, int *id0gap, int *lgap, int ngap) |
int gstmm | ( | double ** | V, |
int | n, | ||
int | m, | ||
int | id0, | ||
int | l, | ||
fftw_complex * | T_fft, | ||
int | lambda, | ||
fftw_complex * | V_fft, | ||
double * | V_rfft, | ||
fftw_plan | plan_f, | ||
fftw_plan | plan_b, | ||
int | blocksize, | ||
int | nfft, | ||
int * | id0gap, | ||
int * | lgap, | ||
int | ngap | ||
) |
Definition at line 7 of file toeplitz_gappy_seq.dev.c.
int gap_masking_naive | ( | double ** | V, |
int | id0, | ||
int | local_V_size, | ||
int | m, | ||
int | nrow, | ||
int * | id0gap, | ||
int * | lgap, | ||
int | ngap | ||
) |
Definition at line 330 of file toeplitz_gappy_seq.dev.c.