ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
#include "../include/exageostatcore.h"
Go to the source code of this file.
Functions | |
void | core_dzcpy (double *Z, int m, int m0, double *r) |
Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.
ExaGeoStat is a software package provided by KAUST
Copy contents of descriptor to vector.
Definition in file core_dzcpy.c.
void core_dzcpy | ( | double * | Z, |
int | m, | ||
int | m0, | ||
double * | r | ||
) |
core_dzcpy - Copy vector r to vector Z (one tile). The routine makes only one pass through the tile Z. One tile operation. One vector tile.
[out] | Z | The m-by-1 matrix on which to store r. |
[in] | m | The number of rows in the tile A. |
[in] | m0 | global row index of the tile A. |
[in] | r | double vector. |
Definition at line 49 of file core_dzcpy.c.