Home | History | Annotate | Download | only in eigen2

Lines Matching defs:size

19   int size = m.rows();
21 MatrixType m1(size, size), m2(size, size);
26 VERIFY_IS_APPROX(MatrixType::Identity(size, size).determinant(), Scalar(1));
28 if(size==1) return;
29 int i = ei_random<int>(0, size-1);
32 j = ei_random<int>(0, size-1);