Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ Accumulator
Method
Accumulator
src/client/statisticalTimer.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
T acc;
38
39
Accumulator( ): acc( 0 ) {}
40
void operator( )(T x) { acc += x; }
41
};
42
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected