Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ kill_extra_precision
Function
kill_extra_precision
test/geo_alignedbox.cpp:18–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using namespace std;
17
18
template<typename T> EIGEN_DONT_INLINE
19
void kill_extra_precision(T& x) { eigen_assert((void*)(&x) != (void*)0); }
20
21
22
template<typename BoxType> void alignedbox(const BoxType& _box)
Callers
1
alignedbox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected