MCPcopy 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
129template<typename A, typename B, typename C>
130EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c)
131{
132 c.noalias() += a * b;
133}
134
135int main(int argc, char ** argv)
136{

Callers 1

mainFunction · 0.70

Calls 1

noaliasMethod · 0.80

Tested by

no test coverage detected