Home | History | Annotate | Download | only in eigen2

Lines Matching refs:row

42      Row.h Column.h Block.h Minor.h DiagonalCoeffs.h
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()
76 m1.row(r1) += s1 * m1.row(r2);
84 VERIFY_IS_APPROX(m1.row(r1), br1);
132 VERIFY(ei_real(ones.row(r1).sum()) == RealScalar(cols));
135 VERIFY(ei_real(ones.row(r1).eigen2_dot(ones.row(r2))) == RealScalar(cols));