Home | History | Annotate | Download | only in test

Lines Matching defs:size

58   int size = internal::random<int>(10,50);
60 MatrixType m1(size, size), m2(size, size), m3(size, size);
61 m1 = MatrixType::Random(size,size);
66 MatrixType a = MatrixType::Random(size,size*2);
75 m3 = MatrixType::Random(size,size);
81 for(int i = 0; i < size; i++) m1(i,i) = internal::random<Scalar>();
131 // Test problem size constructors