Lines Matching refs:col
387 /** shortcut for m_matrix(row,col);
389 EIGEN_DEVICE_FUNC inline Scalar operator() (Index row, Index col) const { return m_matrix(row,col); }
390 /** shortcut for m_matrix(row,col);
392 EIGEN_DEVICE_FUNC inline Scalar& operator() (Index row, Index col) { return m_matrix(row,col); }
976 VectorType tmp = linear().col(0)*sy + linear().col(1);
977 linear() << linear().col(0) + linear().col(1)*sx, tmp;
1090 m.col(0) /= x;
1119 m.col(0) /= x;
1421 res.matrix().col(Dim) += other.col(Dim);
1453 res.translation() += other.col(Dim);
1533 res.matrix().col(Dim) += lhs.matrix().col(Dim);