Lines Matching refs:Index
15 typedef typename MatrixType::Index Index;
17 Index rows = p.rows();
18 Index cols = p.cols();
23 for(Index i = 0; i < m.size(); i++)
24 for(Index i2 = 0; i2 < i; i2++)
29 Index minrow=0,mincol=0,maxrow=0,maxcol=0;
30 for(Index j = 0; j < cols; j++)
31 for(Index i = 0; i < rows; i++)
46 Index eigen_minrow, eigen_mincol, eigen_maxrow, eigen_maxcol;
63 typedef typename VectorType::Index Index;
65 Index size = w.size();
70 for(Index i = 0; i < size; i++)
71 for(Index i2 = 0; i2 < i; i2++)
76 Index minidx=0, maxidx=0;
77 for(Index i = 0; i < size; i++)
90 Index eigen_minidx, eigen_maxidx;
101 Index idx0 = internal::random<Index>(0,size-1);
102 Index idx1 = eigen_minidx;
103 Index idx2 = eigen_maxidx;