ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
core_dzcpy.c File Reference

Go to the source code of this file.

Functions

void core_dzcpy (double *Z, int m, int m0, double *r)
 

Detailed Description

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.

Version
1.0.0
Author
Sameh Abdulah
Date
2018-11-11

Definition in file core_dzcpy.c.

Function Documentation

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.

Parameters
[out]ZThe m-by-1 matrix on which to store r.
[in]mThe number of rows in the tile A.
[in]m0global row index of the tile A.
[in]rdouble vector.

Definition at line 49 of file core_dzcpy.c.