MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / ~HostDnVecDouble

Method ~HostDnVecDouble

XM/include/Utils/memory.h:782–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 }
781
782 ~HostDnVecDouble() {
783 if (this->vals != nullptr) {
784 free(this->vals);
785 this->vals = nullptr;
786 }
787 // std::cout << "HostDnVecDouble destructor called!" << std::endl;
788 }
789};
790
791// dense vector wrapper on host: float type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected