MCPcopy 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
23template <class scalar>
24inline scalar sqr(scalar x)
25// Square
26{
27 return x*x;
28}
29};//namespace
30
31

Callers 1

roughen_correlatedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected