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

Method get_norm

XM/include/Utils/memory.h:813–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 return;
812 }
813 inline float get_norm() {
814 return cblas_snrm2(this->size, this->vals, 1);
815 }
816
817 ~HostDnVecFloat() {
818 if (this->vals != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected