MCPcopy 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}
22template <typename T>
23inline T REF_MUL(const T& a, const T& b) {
24 return a * b;
25}
26template <typename T>
27inline T REF_DIV(const T& a, const T& b) {
28 return a / b;

Callers 1

packetmathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected