Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
940
template <class Float>
941
inline void MemoryCopyB(const Float* p, const Float* pe, Float* d) {
942
while (p < pe) *d++ = *p++;
943
}
944
945
template <class Float>
946
inline Float DotProduct8(const Float* v1, const Float* v2) {
Callers
1
ComputeJacobian
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected