Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clSPARSE
/ getStdDev
Method
getStdDev
src/benchmarks/cusparse-bench/src/statisticalTimer.cpp:236–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
double
237
StatisticalTimer::getStdDev( sTimerID id ) const
238
{
239
double variance = getVariance( id );
240
241
return sqrt( variance );
242
}
243
244
double
245
StatisticalTimer::getAverageTime( sTimerID id ) const
Callers
1
statisticalTimer.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected