Lines Matching refs:col
72 //check row() and col()
73 VERIFY_IS_APPROX(m1.col(c1).transpose(), m1.transpose().row(c1));
74 VERIFY_IS_APPROX(square.row(r1).eigen2_dot(m1.col(c1)), (square.lazy() * m1.conjugate())(r1,c1));
75 //check operator(), both constant and non-constant, on row() and col()
77 m1.col(c1) += s1 * m1.col(c2);
85 VERIFY_IS_APPROX(m1.col(c1), bc1);
131 VERIFY(ei_real(ones.col(c1).sum()) == RealScalar(rows));
134 VERIFY(ei_real(ones.col(c1).eigen2_dot(ones.col(c2))) == RealScalar(rows));