MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / PruneRange

Method PruneRange

src/clsparseTimer/clsparseTimer-host.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 RangeType lower, upper;
80
81 PruneRange( RangeType mean, RangeType stdev ): lower( mean - stdev ), upper( mean + stdev ) {}
82
83 bool operator( )( ValType val )
84 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected