Searched refs:colIndexByOuterInner (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | DenseCoeffsBase.h | 73 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner() function 107 colIndexByOuterInner(outer, inner)); in coeffByOuterInner() 244 colIndexByOuterInner(outer, inner)); in packetByOuterInner() 317 using Base::colIndexByOuterInner; 352 colIndexByOuterInner(outer, inner)); in coeffRefByOuterInner()
|
D | Swap.h | 58 Index col = Base::colIndexByOuterInner(outer, inner); in assignPacketByOuterInner()
|
D | AssignEvaluator.h | 644 Index col = colIndexByOuterInner(outer, inner); 665 Index col = colIndexByOuterInner(outer, inner); 678 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner)
|
D | Transpose.h | 248 …m.template writePacket<Alignment>(m.rowIndexByOuterInner(i,0), m.colIndexByOuterInner(i,0), A.pack…
|
D | DenseBase.h | 82 using Base::colIndexByOuterInner;
|