Lines Matching refs:row
77 * where the last row is assumed to be [0 ... 0 1].
98 * Note that for a projective transformation the last row can be anything,
155 * that case the last matrix row can be ignored, and the product returns non
229 * If Mode==Affine, then the last row is set to [0 ... 0 1] */
359 /** shortcut for m_matrix(row,col);
361 inline Scalar operator() (Index row, Index col) const { return m_matrix(row,col); }
362 /** shortcut for m_matrix(row,col);
364 inline Scalar& operator() (Index row, Index col) { return m_matrix(row,col); }
444 res.matrix().row(Dim) = b.matrix().row(Dim);
590 /** Sets the last row to [0 ... 0 1]
856 affine() += other * m_matrix.row(Dim);
1110 * last row is not guaranteed to be [0 ... 0 1]
1111 * - #Affine if the last row can be assumed to be [0 ... 0 1]
1263 res.row(OtherRows-1) = other.row(OtherRows-1);
1335 res.matrix().row(Dim) = tr.matrix().row(Dim);
1367 res.matrix().row(Dim) = tr.matrix().row(Dim);
1417 res.matrix().row(Dim) = rhs.matrix().row(Dim);