Home | History | Annotate | Download | only in eigen2

Lines Matching full:cols

37   int cols = m.cols();
41 MatrixType m1 = MatrixType::Random(rows, cols),
42 m2 = MatrixType::Random(rows, cols),
43 m3(rows, cols),
44 mzero = MatrixType::Zero(rows, cols);
50 square2 = ColSquareMatrixType::Random(cols, cols),
51 res2 = ColSquareMatrixType::Random(cols, cols);
55 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
61 c = ei_random<int>(0, cols-1);
87 VERIFY_IS_APPROX(MatrixType::Identity(rows, cols)(r,c), static_cast<Scalar>(r==c));
89 if (rows!=cols)
94 if (NumTraits<Scalar>::HasFloatingPoint && std::min(rows,cols)>1)
103 if (NumTraits<Scalar>::HasFloatingPoint && std::min(rows,cols)>1)
127 if (NumTraits<Scalar>::HasFloatingPoint && std::min(rows,cols)>1)