Lines Matching full:rows
21 Index rows = m.rows();
26 MatrixType m1(rows, cols),
27 m2(rows, cols),
28 identity = MatrixType::Identity(rows, rows);
29 createRandomPIMatrixOfRank(rows,rows,rows,m1);
64 VectorType v3 = VectorType::Random(rows);
65 MatrixType m3 = v3*v3.transpose(), m4(rows,cols);
67 VERIFY( rows==1 ? invertible : !invertible );
70 VERIFY( rows==1 ? invertible : !invertible );