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

Function innervec

dependence/eigen-3.4.0/test/sparse_block.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template<typename T>
14typename Eigen::internal::enable_if<(T::Flags&RowMajorBit)==RowMajorBit, typename T::RowXpr>::type
15innervec(T& A, Index i)
16{
17 return A.row(i);
18}
19
20template<typename T>
21typename 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