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 | |
double | core_ddotp (double *Z, double *dotproduct, int n) |
Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.
ExaGeoStat is a software package provided by KAUST
Calculate dot product scalar value of Z*Z.
Definition in file core_ddotp.c.
double core_ddotp | ( | double * | Z, |
double * | dotproduct, | ||
int | n | ||
) |
core_ddopt - Calculate the dot product of the Z vector. The routine makes only one pass through the tile A. One tile operation.
[in] | Z | The n-by-1 vector. |
[out] | dotproduct | dot product value. |
[in] | n | The number of rows in the tile A. |
Definition at line 43 of file core_ddotp.c.