Lines Matching refs:Index
17 typedef DenseIndex Index;
20 Index i, j, l;
23 Index iter;
31 const Index n = r.cols();
40 Index nsing = n-1;
175 typedef DenseIndex Index;
178 Index j;
181 Index iter;
189 const Index n = qr.matrixQR().cols();
198 // const Index rank = qr.nonzeroPivots(); // exactly double(0.)
199 const Index rank = qr.rank(); // use a threshold
276 for (Index i = j+1; i < n; ++i)