Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
template <typename T>
78
EIGEN_DONT_INLINE void prod(const T& a, const T& b, T& c)
79
{
80
c = a * b;
81
}
82
83
template <typename T>
84
EIGEN_DONT_INLINE void inv(const T& a, T& b)
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected