Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SINGROUP/dscribe
/ factorY
Function
factorY
dscribe/ext/soapGeneral.cpp:1467–1470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1465
}
1466
1467
inline double factorY(int l, int m, double* c)
1468
{
1469
return c[(l*(l+1))/2 + m];//l+1
1470
}
1471
inline double* getoOr(double* r, int rsize)
1472
{
1473
double* oOr = (double*) malloc(sd*rsize);
Callers
1
getYlmi
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected