Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ PruneRange
Method
PruneRange
src/statTimer/statisticalTimer.GPU.cpp:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
R lower, upper;
85
86
PruneRange( R mean, R stdev ): lower( mean-stdev ), upper( mean+stdev ) {}
87
88
bool operator( )( T val )
89
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected