Searched refs:rowIndexByOuterInner (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DDenseCoeffsBase.h64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const function in class:Eigen::DenseCoeffsBase
103 return coeff(rowIndexByOuterInner(outer, inner),
220 return packet<LoadMode>(rowIndexByOuterInner(outer, inner),
291 using Base::rowIndexByOuterInner;
324 return coeffRef(rowIndexByOuterInner(outer, inner),
443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner),
502 const Index row = rowIndexByOuterInner(outer,inner);
545 const Index row = rowIndexByOuterInner(outer,inner);
H A DDenseBase.h73 using Base::rowIndexByOuterInner;

Completed in 176 milliseconds