MCPcopy 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

16using namespace std;
17
18template<typename T> EIGEN_DONT_INLINE
19void kill_extra_precision(T& x) { eigen_assert((void*)(&x) != (void*)0); }
20
21
22template<typename BoxType> void alignedbox(const BoxType& _box)

Callers 1

alignedboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected