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

Method rebind

src/modules/stats/robust_variance_coxph.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 void rebind(uint16_t inWidthOfX) {
345 numRows.rebind(&mStorage[0]);
346 widthOfX.rebind(&mStorage[1]);
347 coef.rebind(&mStorage[2], inWidthOfX);
348 S.rebind(&mStorage[2+inWidthOfX]);
349 H.rebind(&mStorage[3+inWidthOfX], inWidthOfX);
350 }
351
352 Handle mStorage;
353

Callers 2

rebindMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected