Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ test_relative_error
Function
test_relative_error
unsupported/test/alignedvector3.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
template<typename T,typename Derived>
16
T test_relative_error(const AlignedVector3<T> &a, const MatrixBase<Derived> &b)
17
{
18
return test_relative_error(a.coeffs().template head<3>(), b);
19
}
20
21
}
22
Callers
nothing calls this directly
Calls
1
coeffs
Method · 0.80
Tested by
no test coverage detected