Lines Matching refs:setRandom
20 matAstatic.setRandom(); in product1x1()
21 matBstatic.setRandom(); in product1x1()
27 matAdynamic.setRandom(); in product1x1()
28 matBdynamic.setRandom(); in product1x1()
52 Matrix<T,Rows,Depth,OA> A(rows,depth); A.setRandom(); in test_lazy_single()
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
191 Matrix<T,N,M+1> A; A.setRandom(n,m+1); in test_linear_but_not_vectorizable()
192 Matrix<T,M*2,K> B; B.setRandom(m*2,k); in test_linear_but_not_vectorizable()
202 Matrix<T,M+1,N,RowMajor> A; A.setRandom(m+1,n); in test_linear_but_not_vectorizable()
203 Matrix<T,K,M*2,RowMajor> B; B.setRandom(k,m*2); in test_linear_but_not_vectorizable()
216 Matrix< double, Rows, 2 > A; A.setRandom(); in bug_1311()
275 Eigen::Matrix<double, 1, 1> A; A.setRandom(); in test_product_small()
276 Eigen::Matrix<double, 18, 1> B; B.setRandom(); in test_product_small()
277 Eigen::Matrix<double, 1, 18> C; C.setRandom(); in test_product_small()
284 A.setRandom(); in test_product_small()