Searched defs:rowIndexByOuterInner (Results 1 - 1 of 1) sorted by last modified time

/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);

Completed in 91 milliseconds