Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ PruneRange
Method
PruneRange
src/client/statisticalTimer.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
RangeType lower, upper;
49
50
PruneRange( RangeType mean, RangeType stdev ): lower( mean-stdev ), upper( mean+stdev ) {}
51
52
bool operator( )( ValType val )
53
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected