MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / getoOr

Function getoOr

dscribe/ext/soapGeneral.cpp:1471–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469 return c[(l*(l+1))/2 + m];//l+1
1470}
1471inline double* getoOr(double* r, int rsize)
1472{
1473 double* oOr = (double*) malloc(sd*rsize);
1474 for (int w = 0; w < rsize; w++) {
1475 oOr[w] = 1/r[w];
1476 }
1477 return oOr;
1478}
1479inline double* getrw2(double* r, int rsize)
1480{
1481 double* rw2 = (double*) malloc(sd*rsize);

Callers 2

getDeltasFunction · 0.85
soapGeneralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected