Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clSPARSE
/ PruneRange
Method
PruneRange
src/clsparseTimer/clsparseTimer-device.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
R lower, upper;
93
94
PruneRange( R mean, R stdev ): lower( mean - stdev ), upper( mean + stdev )
95
{
96
}
97
98
bool operator( )( T val )
99
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected