Home | History | Annotate | Download | only in test

Lines Matching refs:Index

15   typedef typename MatrixType::Index Index;
20 for (Index i = 0; i < A.rows(); ++i) {
21 for (Index j = i+1; j < A.cols(); ++j) {
25 for (Index i = 0; i < A.rows(); ++i) {
26 for (Index j = 0; j < (std::min)(i, A.cols()); ++j) {
38 typedef typename internal::traits<VectorType>::Index Index;
41 const Index size = base.size();
107 typedef typename MatrixType::Index Index;
108 const Index rows = m.rows();
109 const Index cols = m.cols();