Home | History | Annotate | Download | only in Geometry

Lines Matching refs:cols

384   EIGEN_DEVICE_FUNC Index rows() const { return int(Mode)==int(Projective) ? m_matrix.cols() : (m_matrix.cols()-1); }
385 EIGEN_DEVICE_FUNC Index cols() const { return m_matrix.cols(); }
1339 ResultType res(other.rows(),other.cols());
1340 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() = T.affine() * other;
1364 ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation(),1,other.cols()));
1365 TopLeftLhs(res, 0, 0, Dim, other.cols()).noalias() += T.linear() * other;