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

Function innervec

test/sparse_block.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<typename T>
13typename Eigen::internal::enable_if<(T::Flags&RowMajorBit)==RowMajorBit, typename T::RowXpr>::type
14innervec(T& A, Index i)
15{
16 return A.row(i);
17}
18
19template<typename T>
20typename Eigen::internal::enable_if<(T::Flags&RowMajorBit)==0, typename T::ColXpr>::type

Callers 1

sparse_blockFunction · 0.85

Calls 2

rowMethod · 0.45
colMethod · 0.45

Tested by

no test coverage detected