Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ rebind
Method
rebind
src/modules/convex/utils_regularization.cpp:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
protected:
60
void rebind ()
61
{
62
dimension.rebind(&mStorage[0]);
63
numRows.rebind(&mStorage[1]);
64
mean.rebind(&mStorage[2], dimension);
65
std.rebind(&mStorage[2 + dimension], dimension);
66
}
67
68
Handle mStorage;
69
Callers
1
allocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected