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

Method reset

src/modules/stats/robust_variance_coxph.cpp:84–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82 * @brief Reset the inter-iteration fields.
83 */
84 inline void reset() {
85 numRows = 0;
86 A = 0;
87 y_previous = 0;
88 multiplier = 0;
89 B.fill(0);
90 M.fill(0);
91 tie12.setZero();
92 tie13.setZero();
93 tie23.setZero();
94 tie22.setZero();
95 tie33 = 0;
96 }
97
98 private:
99 static inline size_t arraySize(const uint16_t inWidthOfX) {

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected