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

Function call_ref_7

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

Source from the content-addressed store, hash-verified

163EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
164template<typename B>
165EIGEN_DONT_INLINE void call_ref_7(Ref<Matrix<float,Dynamic,3> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
166
167void call_ref()
168{

Callers 1

call_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected