Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ VectorScalMult
Function
VectorScalMult
tests/cvcuda/system/TestOpInpaint.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
};
43
44
inline static float VectorScalMult(const Point2f &v1, const Point2f &v2)
45
{
46
return v1.x * v2.x + v1.y * v2.y;
47
}
48
49
inline static float VectorLength(const Point2f &v1)
50
{
Callers
1
InpaintFMM
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected