#include "geoslib_old_f.h"
#include "geoslib_enum.h"
#include "Anamorphosis/AnamDiscreteDD.hpp"
#include "Basic/Utilities.hpp"
#include "Basic/AException.hpp"
#include "Db/Db.hpp"
#include "Stats/Selectivity.hpp"
#include <math.h>
Macros | |
#define | EIGVEC(i, j) eigvec[(i)*nclass+(j)] |
#define | CHI(i, j) chi[(i)*nclass+(j)] |
#define | PTAB(i, j) ptab[(i)*nclass+(j)] |
#define | C_S(i, j) c_s[(i)*nclass+(j)] |
#define | Q_S(i, j) q_s[(i)*nclass+(j)] |
#define C_S | ( | i, | |
j | |||
) | c_s[(i)*nclass+(j)] |
#define CHI | ( | i, | |
j | |||
) | chi[(i)*nclass+(j)] |
#define EIGVEC | ( | i, | |
j | |||
) | eigvec[(i)*nclass+(j)] |
#define PTAB | ( | i, | |
j | |||
) | ptab[(i)*nclass+(j)] |
#define Q_S | ( | i, | |
j | |||
) | q_s[(i)*nclass+(j)] |