MCPcopy Create free account
hub / github.com/dartsim/dart / prod

Function prod

tests/unit/math/test_Math.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <typename T>
78EIGEN_DONT_INLINE void prod(const T& a, const T& b, T& c)
79{
80 c = a * b;
81}
82
83template <typename T>
84EIGEN_DONT_INLINE void inv(const T& a, T& b)

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected