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

Function call_ref_5

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

Source from the content-addressed store, hash-verified

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

Callers 1

call_refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected