MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / MemoryCopyB

Function MemoryCopyB

lib/PBA/SparseBundleCPU.cpp:941–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939#endif
940template <class Float>
941inline void MemoryCopyB(const Float* p, const Float* pe, Float* d) {
942 while (p < pe) *d++ = *p++;
943}
944
945template <class Float>
946inline Float DotProduct8(const Float* v1, const Float* v2) {

Callers 1

ComputeJacobianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected