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

/external/eigen/Eigen/src/Core/
H A DDenseCoeffsBase.h72 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const function in class:Eigen::DenseCoeffsBase
104 colIndexByOuterInner(outer, inner));
221 colIndexByOuterInner(outer, inner));
292 using Base::colIndexByOuterInner;
325 colIndexByOuterInner(outer, inner));
444 colIndexByOuterInner(outer, inner),
503 const Index col = colIndexByOuterInner(outer,inner);
546 const Index col = colIndexByOuterInner(outer,inner);
H A DDenseBase.h74 using Base::colIndexByOuterInner;

Completed in 619 milliseconds