Home | History | Annotate | Download | only in test

Lines Matching refs:Index

26 MatrixType randomMatrixWithRealEivals(const typename MatrixType::Index size)
28 typedef typename MatrixType::Index Index;
32 for (Index i = 0; i < size; ++i) {
45 static MatrixType run(const typename MatrixType::Index size);
52 static MatrixType run(const typename MatrixType::Index size)
54 typedef typename MatrixType::Index Index;
57 Index i = 0;
59 Index randomInt = internal::random<Index>(-1, 1);
80 static MatrixType run(const typename MatrixType::Index size)
82 typedef typename MatrixType::Index Index;
87 for (Index i = 0; i < size; ++i) {
88 diag(i, i) = Scalar(RealScalar(internal::random<Index>(-1, 1))) * imagUnit
174 typedef typename MatrixType::Index Index;
176 const Index size = m.rows();