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

Method get_norm

XM/include/Utils/memory.h:778–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776 return;
777 }
778 inline double get_norm() {
779 return cblas_dnrm2(this->size, this->vals, 1);
780 }
781
782 ~HostDnVecDouble() {
783 if (this->vals != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected