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

Function call_ref_6

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

Source from the content-addressed store, hash-verified

161EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
162template<typename B>
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

Callers 1

call_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected