ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
Main Page
Related Pages
Data Structures
Files
File List
Globals
core_dmdet.c
Go to the documentation of this file.
1
21
#include "../include/exageostatcore.h"
22
23
24
/***************************************************************************/
51
double
core_dmdet
(
double
*
A
,
int
m,
int
n,
int
m0,
int
n0) {
52
53
int
i;
54
double
res = 0.0;
55
for
(i = 0; i < m; i++) {
56
res += log(A[i + i * m]);
57
}
58
59
return
res;
60
}
A
#define A(m, n)
Definition:
pdpotrf_diag.c:34
core_dmdet
double core_dmdet(double *A, int m, int n, int m0, int n0)
Definition:
core_dmdet.c:51
exageostat_exact
core
compute
core_dmdet.c
Generated by
1.8.11