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

Function call_ref_4

test/sparse_ref.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56template<typename B>
57EIGEN_DONT_INLINE void call_ref_4(Ref<SparseVector<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDense(),b.toDense()); }
58
59template<typename B>
60EIGEN_DONT_INLINE void call_ref_5(const Ref<const SparseVector<float> >& a, const B &b) { VERIFY_IS_EQUAL(a.toDense(),b.toDense()); }

Callers 1

call_refFunction · 0.70

Calls 1

toDenseMethod · 0.45

Tested by

no test coverage detected