MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
als.h
Go to the documentation of this file.
1 
8 int card(int *A, int nA);
9 
10 void merge(int *A, int nA, int *B);
11 
12 int card_or(int *A1, int n1, int *A2, int n2);
13 
14 int card_and(int *A1, int n1, int *A2, int n2);
15 
16 int map_and(int *A1, int n1, int *A2, int n2, int *mapA1andA2);
17 
18 int set_or(int *A1, int n1, int *A2, int n2, int *A1orA2);
19 
20 int set_and(int *A1, int n1, int *A2, int n2, int *A1andA2);
21 
22 void subset2map(int *A, int nA, int *subA, int nsubA);