Home | History | Annotate | Download | only in test

Lines Matching refs:Index

29   typedef typename MatrixType::Index Index;
30 Index rows = m.rows();
31 Index cols = m.cols();
59 typedef typename MatrixType::Index Index;
60 Index rows = m.rows();
61 Index cols = m.cols();
62 Index diagSize = (std::min)(rows, cols);
83 typedef typename MatrixType::Index Index;
84 Index rows = m.rows();
85 Index cols = m.cols();
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
132 typedef typename MatrixType::Index Index;
133 Index diagSize = (std::min)(m.rows(), m.cols());
143 typedef typename MatrixType::Index Index;
144 Index rows = m.rows();
145 Index cols = m.cols();