Lines Matching full:rows
35 Index rows = m.rows();
40 MatrixType m1 = MatrixType::Random(rows, cols),
41 m2 = MatrixType::Random(rows, cols),
42 m3(rows, cols);
44 identity = RowSquareMatrixType::Identity(rows, rows),
45 square = RowSquareMatrixType::Random(rows, rows),
46 res = RowSquareMatrixType::Random(rows, rows);
50 RowVectorType v1 = RowVectorType::Random(rows);
56 Index r = internal::random<Index>(0, rows-1),
80 VERIFY_IS_APPROX(MatrixType::Identity(rows, cols)(r,c), static_cast<Scalar>(r==c));
82 if (rows!=cols)
87 if (!NumTraits<Scalar>::IsInteger && (std::min)(rows,cols)>1)
96 if (!NumTraits<Scalar>::IsInteger && (std::min)(rows,cols)>1)
108 if (!NumTraits<Scalar>::IsInteger && (std::min)(rows,cols)>1)
121 for (int i=0; i<rows; ++i)
125 for (int i=0; i<rows; ++i)
132 if (!NumTraits<Scalar>::IsInteger && (std::min)(rows,cols)>1)