MCPcopy Create free account
hub / github.com/apache/madlib / reset

Method reset

src/modules/stats/robust_variance_coxph.cpp:333–337  ·  view source on GitHub ↗

* @brief Reset the inter-iteration fields. */

Source from the content-addressed store, hash-verified

331 * @brief Reset the inter-iteration fields.
332 */
333 inline void reset() {
334 numRows = 0;
335 S = 0;
336 H.fill(0);
337 }
338
339 private:
340 static inline size_t arraySize(const uint16_t inWidthOfX) {

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected