Home | History | Annotate | Download | only in test

Lines Matching full:rows

20   Index rows = m.rows();
27 MatrixType m1(rows, cols),
28 m2(rows, cols),
29 identity = MatrixType::Identity(rows, rows);
30 createRandomPIMatrixOfRank(rows,rows,rows,m1);
62 VectorType v3 = VectorType::Random(rows);
63 MatrixType m3 = v3*v3.transpose(), m4(rows,cols);
65 VERIFY( rows==1 ? invertible : !invertible );
68 VERIFY( rows==1 ? invertible : !invertible );