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

Function call_ref_2

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

Source from the content-addressed store, hash-verified

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()); }
49
50template<typename B>
51EIGEN_DONT_INLINE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a, const B &b) {

Callers 1

call_refFunction · 0.70

Calls 1

toDenseMethod · 0.45

Tested by

no test coverage detected