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

Function call_ref_1

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

Source from the content-addressed store, hash-verified

43
44template<typename B>
45EIGEN_DONT_INLINE void call_ref_1(Ref<SparseMatrix<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDense(),b.toDense()); }
46
47template<typename B>
48EIGEN_DONT_INLINE void call_ref_2(const Ref<const SparseMatrix<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