Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DDenseCoeffsBase.h73 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()
DSwap.h58 Index col = Base::colIndexByOuterInner(outer, inner); in assignPacketByOuterInner()
DAssignEvaluator.h644 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)
DTranspose.h248 …m.template writePacket<Alignment>(m.rowIndexByOuterInner(i,0), m.colIndexByOuterInner(i,0), A.pack…
DDenseBase.h82 using Base::colIndexByOuterInner;