MIDAPACK - MIcrowave Data Analysis PACKage
1.1b
Parallel software tools for high performance CMB DA analysis
|
Contains sequential/openMP routines for Toeplitz algebra. More...
Go to the source code of this file.
Functions | |
int | stmm (double **V, int n, int m, double *T, int lambda, Flag flag_stgy) |
Perform the product of a Toeplitz matrix by a general matrix using the sliding window algorithm. | |
int | stbmm (double **V, int nrow, int m_cw, int m_rw, Block *tpltzblocks, int nb_blocks, int64_t idp, int local_V_size, Flag flag_stgy) |
Performs the multiplication of a symmetric, Toeplitz block-diagonal matrix, T, by an arbitrary matrix, V, distributed over processes in the generalized column-wise way. | |
int | gstbmm (double **V, int nrow, int m_cw, int m_rw, Block *tpltzblocks, int nb_blocks, int64_t idp, int local_V_size, int64_t *id0gap, int *lgap, int ngap, Flag flag_stgy) |
Performs the multiplication of a symmetric, Toeplitz block-diagonal matrix with gaps, T, by an arbitrary matrix, V, distributed over processes. | |
int | gstbmm0 (double **V, int nrow, int m, int m_rowwise, Block *tpltzblocks, int nb_blocks_local, int nb_blocks_all, int id0p, int local_V_size, int64_t *id0gap, int *lgap, int ngap, Flag flag_stgy) |
Contains sequential/openMP routines for Toeplitz algebra.
version 1.1b, July 2012
Project: Midapack library, ANR MIDAS'09 - Toeplitz Algebra module Purpose: Provide Toeplitz algebra tools suitable for Cosmic Microwave Background (CMB) data analysis.
Log: toeplitz*.c
Revision 1.0b 2012/05/07 Frederic Dauvergne (APC) Official release 1.0beta. The first installement of the library is the Toeplitz algebra module.
Revision 1.1b 2012/07/- Frederic Dauvergne (APC)
Definition in file toeplitz_seq.c.
int gstbmm0 | ( | double ** | V, |
int | nrow, | ||
int | m, | ||
int | m_rowwise, | ||
Block * | tpltzblocks, | ||
int | nb_blocks_local, | ||
int | nb_blocks_all, | ||
int | id0p, | ||
int | local_V_size, | ||
int64_t * | id0gap, | ||
int * | lgap, | ||
int | ngap, | ||
Flag | flag_stgy | ||
) |
Definition at line 186 of file toeplitz_seq.c.