ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
exageostatcore.h
Go to the documentation of this file.
1 
20 #ifndef _EXAGEOSTATCORE_H_
21 #define _EXAGEOSTATCORE_H_
22 #include "../../../misc/include/MLE_misc.h"
23 #include "../../../misc/include/flat_file.h"
24 
25 void core_dcmg (double *A, int m, int n, int m0, int n0, location *l1, location *l2, double *localtheta, int distance_metric);
26 double core_dmdet (double *A, int m, int n, int m0, int n0);
27 void core_dzcpy(double *Z, int m, int m0, double *r);
28 double core_ddotp(double *Z, double *dotproduct,int n);
29 
30 #endif
void core_dzcpy(double *Z, int m, int m0, double *r)
Definition: core_dzcpy.c:49
double core_ddotp(double *Z, double *dotproduct, int n)
Definition: core_ddotp.c:43
void core_dcmg(double *A, int m, int n, int m0, int n0, location *l1, location *l2, double *localtheta, int distance_metric)
Definition: core_dcmg.c:95
double core_dmdet(double *A, int m, int n, int m0, int n0)
Definition: core_dmdet.c:51
#define A(m, n)
Definition: pdpotrf_diag.c:34