Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ gemm
Function
gemm
bench/bench_gemm.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
template<typename A, typename B, typename C>
130
EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c)
131
{
132
c.noalias() += a * b;
133
}
134
135
int main(int argc, char ** argv)
136
{
Callers
1
main
Function · 0.70
Calls
1
noalias
Method · 0.80
Tested by
no test coverage detected