![]() |
MIDAPACK - MIcrowave Data Analysis PACKage
1.1b
Parallel software tools for high performance CMB DA analysis
|
Contains developpement tools routines for Toeplitz algebra. More...
Go to the source code of this file.
Functions | |
| int | stmm_cblas (int n_loc, int m_loc, double *T2_loc, double *V, double *TV2) |
| int | build_full_Toeplitz (int n_loc, double *T_loc, int lambda_loc, double *T2_loc) |
| int | print_full_Toeplitz (int n_loc, double *T2_loc) |
| int | print_full_matrix (int n_loc, int m_loc, double *Mat) |
Contains developpement tools 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_devtools.c.
| int stmm_cblas | ( | int | n_loc, |
| int | m_loc, | ||
| double * | T2_loc, | ||
| double * | V, | ||
| double * | TV2 | ||
| ) |
Definition at line 67 of file toeplitz_devtools.c.
| int build_full_Toeplitz | ( | int | n_loc, |
| double * | T_loc, | ||
| int | lambda_loc, | ||
| double * | T2_loc | ||
| ) |
Definition at line 77 of file toeplitz_devtools.c.
| int print_full_Toeplitz | ( | int | n_loc, |
| double * | T2_loc | ||
| ) |
Definition at line 99 of file toeplitz_devtools.c.
| int print_full_matrix | ( | int | n_loc, |
| int | m_loc, | ||
| double * | Mat | ||
| ) |
Definition at line 118 of file toeplitz_devtools.c.