HomeSort by relevance Sort by last modified time
    Searched defs:homogeneous (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
geo_homogeneous.cpp 13 template<typename Scalar,int Size> void homogeneous(void) function
16 Homogeneous.h
39 VERIFY_IS_APPROX(v0.homogeneous(), hv0);
42 VERIFY_IS_APPROX(v0.homogeneous().sum(), hv0.sum());
43 VERIFY_IS_APPROX(v0.homogeneous().minCoeff(), hv0.minCoeff());
44 VERIFY_IS_APPROX(v0.homogeneous().maxCoeff(), hv0.maxCoeff());
47 VERIFY_IS_APPROX(m0.colwise().homogeneous(), hm0);
55 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous());
56 VERIFY_IS_APPROX(t1 * (m0.colwise().homogeneous().eval()), t1 * m0.colwise().homogeneous())
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 17 * \class Homogeneous
19 * \brief Expression of one (or a set of) homogeneous vector(s)
21 * \param MatrixType the type of the object in which we are making homogeneous
23 * This class represents an expression of one (or a set of) homogeneous vector(s).
24 * It is the return type of MatrixBase::homogeneous() and most of the time
27 * \sa MatrixBase::homogeneous()
33 struct traits<Homogeneous<MatrixType,Direction> >
60 template<typename MatrixType,int _Direction> class Homogeneous
61 : public MatrixBase<Homogeneous<MatrixType,_Direction> >, internal::no_assignment_operator
68 typedef MatrixBase<Homogeneous> Base
130 MatrixBase<Derived>::homogeneous() const function in class:Eigen::MatrixBase
148 VectorwiseOp<ExpressionType,Direction>::homogeneous() const function in class:Eigen::VectorwiseOp
    [all...]

Completed in 660 milliseconds