HomeSort by relevance Sort by last modified time
    Searched refs:rowIndexByOuterInner (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const
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);
DenseBase.h 63 using Base::rowIndexByOuterInner;

Completed in 675 milliseconds