HomeSort by relevance Sort by last modified time
    Searched refs:homogeneous (Results 1 - 7 of 7) 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);
43 VERIFY_IS_APPROX(m0.colwise().homogeneous(), hm0);
51 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous());
52 VERIFY_IS_APPROX(t1 * (m0.colwise().homogeneous().eval()), t1 * m0.colwise().homogeneous());
55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous());
    [all...]
  /external/eigen/bench/
geometry.cpp 60 data = (t * data.colwise().homogeneous()).template block<Dim,Data::ColsAtCompileTime>(0,0);
  /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> >
61 template<typename MatrixType,int _Direction> class Homogeneous
62 : internal::no_assignment_operator, public MatrixBase<Homogeneous<MatrixType,_Direction> >
68 typedef MatrixBase<Homogeneous> Base
127 MatrixBase<Derived>::homogeneous() const function in class:Eigen::MatrixBase
143 VectorwiseOp<ExpressionType,Direction>::homogeneous() const function in class:Eigen::VectorwiseOp
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 412 typedef Homogeneous<Derived, HomogeneousReturnTypeDirection> HomogeneousReturnType;
413 HomogeneousReturnType homogeneous() const;
VectorwiseOp.h 555 Homogeneous<ExpressionType,Direction> homogeneous() const;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 97 the purpose of which is to provide a homogeneous interface for handling tree
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 750 milliseconds