#include "variogram.h"
#include "geostat.h"
#include <math.h>
#include <map>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_linalg.h>
#include <algorithm>
#include "matrix_ex.h"
Include dependency graph for geostat.cpp:
Go to the source code of this file.
Functions | |
double | isoDist (const gsl_vector *c1, const gsl_vector *c2) |
Euclid distance between c1 and c2. |
Definition in file geostat.cpp.
|
Euclid distance between c1 and c2.
Definition at line 22 of file geostat.cpp. |