MCPcopy Create free account
hub / github.com/Derious/cuMPC / call_ref_3

Function call_ref_3

dependence/eigen-3.4.0/test/ref.cpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220EIGEN_DONT_INLINE void call_ref_2(const Ref<const VectorXf>& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
221template<typename B>
222EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
223template<typename B>
224EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
225template<typename B>

Callers 1

call_refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected