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

Function call_ref_2

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

Source from the content-addressed store, hash-verified

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>
157EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
158template<typename B>

Callers 1

call_refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected