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

Go to the source code of this file.

Functions

double core_ddotp (double *Z, double *dotproduct, int n)
 

Detailed Description

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.

Version
1.0.0
Author
Sameh Abdulah
Date
2018-11-11

Definition in file core_ddotp.c.

Function Documentation

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.

Parameters
[in]ZThe n-by-1 vector.
[out]dotproductdot product value.
[in]nThe number of rows in the tile A.

Definition at line 43 of file core_ddotp.c.