#include <stdlib.h>
#include <memory.h>
#include <algorithm>
#include "organize_distrs.h"
#include "pi.h"
Defines | |
#define | NO_OF_SORT_BUCKETS 30 |
#define | MAX_NO_OF_GROUPS_PER_CLUSTER 10 |
Functions | |
static void | do_sort_int_list (int *list, int n) |
int | organize_distributions (const IntegralInfo *integralInfo, DistributionSpecStructLabeled *distrList_in, int distrCount, distr_org_struct *result, const ergo_real *boxCenterCoords, ergo_real boxWidth) |
#define MAX_NO_OF_GROUPS_PER_CLUSTER 10 |
#define NO_OF_SORT_BUCKETS 30 |
static void do_sort_int_list | ( | int * | list, | |
int | n | |||
) | [static] |
int organize_distributions | ( | const IntegralInfo * | integralInfo, | |
DistributionSpecStructLabeled * | distrList_in, | |||
int | distrCount, | |||
distr_org_struct * | result, | |||
const ergo_real * | boxCenterCoords, | |||
ergo_real | boxWidth | |||
) |