Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ sqr
Function
sqr
bayes/src/SIRFlt.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
template <class scalar>
24
inline scalar sqr(scalar x)
25
// Square
26
{
27
return x*x;
28
}
29
};//namespace
30
31
Callers
1
roughen_correlated
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected