Home
last modified time | relevance | path

Searched refs:colIndexByOuterInner (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
DDenseCoeffsBase.h72 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner() function
104 colIndexByOuterInner(outer, inner)); in coeffByOuterInner()
221 colIndexByOuterInner(outer, inner)); in packetByOuterInner()
292 using Base::colIndexByOuterInner;
325 colIndexByOuterInner(outer, inner)); in coeffRefByOuterInner()
444 colIndexByOuterInner(outer, inner), in writePacketByOuterInner()
503 const Index col = colIndexByOuterInner(outer,inner); in copyCoeffByOuterInner()
546 const Index col = colIndexByOuterInner(outer,inner); in copyPacketByOuterInner()
DDenseBase.h74 using Base::colIndexByOuterInner;