Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
template<typename B>
60
EIGEN_DONT_INLINE void call_ref_5(const Ref<const SparseVector<float> >& a, const B &b) { VERIFY_IS_EQUAL(a.toDense(),b.toDense()); }
61
62
void call_ref()
63
{
Callers
1
call_ref
Function · 0.70
Calls
1
toDense
Method · 0.45
Tested by
no test coverage detected