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

Function call_ref_1

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

Source from the content-addressed store, hash-verified

216
217template<typename B>
218EIGEN_DONT_INLINE void call_ref_1(Ref<VectorXf> a, const B &b) { VERIFY_IS_EQUAL(a,b); }
219template<typename B>
220EIGEN_DONT_INLINE void call_ref_2(const Ref<const VectorXf>& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
221template<typename B>

Callers 1

call_refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected