MCPcopy 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
79void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c)
80{
81 for (int k=0; k<REPEAT; ++k)
82 a = a + b;
83}
84
85void benchVec(VectorXf& a, VectorXf& b, VectorXf& c)
86{

Callers 1

mainFunction · 0.85

Calls 3

pstoreFunction · 0.85
ploaduFunction · 0.85
paddFunction · 0.50

Tested by

no test coverage detected