|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#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 | I2CHI(i, j) _i2Chi[(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 | MATI(i, j) mati[(i)*nclass+(j)] |
| #define | CT(i, j) (ct[(i)*nclass+(j)]) |
| #define | CQ(i, j) (cq[(i)*nclass+(j)]) |
| #define | CB(i, j) (cb[(i)*nclass+(j)]) |
| #define C_S | ( | i, | |
| j | |||
| ) | c_s[(i)*nclass+(j)] |
| #define CB | ( | i, | |
| j | |||
| ) | (cb[(i)*nclass+(j)]) |
| #define CHI | ( | i, | |
| j | |||
| ) | chi[(i)*nclass+(j)] |
| #define CQ | ( | i, | |
| j | |||
| ) | (cq[(i)*nclass+(j)]) |
| #define CT | ( | i, | |
| j | |||
| ) | (ct[(i)*nclass+(j)]) |
| #define EIGVEC | ( | i, | |
| j | |||
| ) | eigvec[(i)*nclass+(j)] |
| #define I2CHI | ( | i, | |
| j | |||
| ) | _i2Chi[(i)*nclass+(j)] |
| #define MATI | ( | i, | |
| j | |||
| ) | mati[(i)*nclass+(j)] |
| #define PTAB | ( | i, | |
| j | |||
| ) | ptab[(i)*nclass+(j)] |
| #define Q_S | ( | i, | |
| j | |||
| ) | q_s[(i)*nclass+(j)] |