Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ benchVec
Function
benchVec
bench/benchVecAdd.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c)
80
{
81
for (int k=0; k<REPEAT; ++k)
82
a = a + b;
83
}
84
85
void benchVec(VectorXf& a, VectorXf& b, VectorXf& c)
86
{
Callers
1
main
Function · 0.85
Calls
3
pstore
Function · 0.85
ploadu
Function · 0.85
padd
Function · 0.50
Tested by
no test coverage detected