Searched refs:rowIndexByOuterInner (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | DenseCoeffsBase.h | 64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner() function 103 return coeff(rowIndexByOuterInner(outer, inner), in coeffByOuterInner() 220 return packet<LoadMode>(rowIndexByOuterInner(outer, inner), in packetByOuterInner() 291 using Base::rowIndexByOuterInner; 324 return coeffRef(rowIndexByOuterInner(outer, inner), in coeffRefByOuterInner() 443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner), in writePacketByOuterInner() 502 const Index row = rowIndexByOuterInner(outer,inner); in copyCoeffByOuterInner() 545 const Index row = rowIndexByOuterInner(outer,inner); in copyPacketByOuterInner()
|
D | DenseBase.h | 73 using Base::rowIndexByOuterInner;
|