Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ HostDnVecDouble
Method
HostDnVecDouble
XM/include/Utils/memory.h:762–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
double* vals;
761
762
HostDnVecDouble(): size(0), vals(nullptr) {}
763
HostDnVecDouble(const int size, bool as_byte = false): size(size), vals(nullptr) {
764
this->allocate(size, as_byte);
765
}
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.95
Tested by
no test coverage detected