Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Derious/cuMPC
/ REF_MUL
Function
REF_MUL
dependence/eigen-3.4.0/test/packetmath.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
template <typename T>
23
inline T REF_MUL(const T& a, const T& b) {
24
return a * b;
25
}
26
template <typename T>
27
inline T REF_DIV(const T& a, const T& b) {
28
return a / b;
Callers
1
packetmath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected