#include "geoslib_old_f.h"
#include "Anamorphosis/AnamDiscreteDD.hpp"
#include "Basic/Utilities.hpp"
#include "Db/Db.hpp"
#include "Stats/Selectivity.hpp"
#include "LinearOp/CholeskyDense.hpp"
#include <math.h>
Macros | |
#define | EIGVEC(i, j) eigvec[(i)*nclass+(j)] |
#define | CHI(i, j) chi[(i)*nclass+(j)] |
#define | C_S(i, j) c_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)] |