MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / Accumulator

Method Accumulator

src/statTimer/statisticalTimer.CPU.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 T acc;
68
69 Accumulator( ): acc( 0 ) {}
70 void operator( )(T x) { acc += x; }
71};
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected