MCPcopy Create free account
hub / github.com/PX4/eigen / call_ref_1

Function call_ref_1

test/ref.cpp:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template<typename B>
153EIGEN_DONT_INLINE void call_ref_1(Ref<VectorXf> a, const B &b) { VERIFY_IS_EQUAL(a,b); }
154template<typename B>
155EIGEN_DONT_INLINE void call_ref_2(const Ref<const VectorXf>& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
156template<typename B>

Callers 1

call_refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected