ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
#include <MLE_misc.h>
Data Fields | |
double * | x |
Values in X dimension. More... | |
double * | y |
Values in Y dimension. More... | |
Structure for identifies two dimensions struct with two vectors (x and y).
Definition at line 81 of file MLE_misc.h.
double* location::x |
Values in X dimension.
Definition at line 82 of file MLE_misc.h.
double* location::y |
Values in Y dimension.
Definition at line 83 of file MLE_misc.h.