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

Function call_ref_5

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

Source from the content-addressed store, hash-verified

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()); }
61
62void call_ref()
63{

Callers 1

call_refFunction · 0.70

Calls 1

toDenseMethod · 0.45

Tested by

no test coverage detected