MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / sum

Method sum

pose_graph/include/utils/Accumulator.h:89–89  ·  view source on GitHub ↗

------------------------------------------------------------------------ */

Source from the content-addressed store, hash-verified

87
88 /* ------------------------------------------------------------------------ */
89 SumType sum() const { return sum_; }
90
91 /* ------------------------------------------------------------------------ */
92 SumType Mean() const { return (total_samples_ < 1) ? 0.0 : sum_ / total_samples_; }

Callers 1

SumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected