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

  /external/eigen/Eigen/src/Geometry/
Transform.h 25 HDim = Transform::HDim,
34 : int(MatrixType::RowsAtCompileTime) == int(transform_traits<TransformType>::HDim) ? 1
42 int HDim,
58 int HDim,
184 HDim = _Dim+1, ///< size of a respective homogeneous vector
185 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
191 typedef typename internal::make_proper_matrix_type<Scalar,Rows,HDim,Options>::type MatrixType;
203 Block<MatrixType,Dim,HDim> >::type AffinePart;
207 const Block<const MatrixType,Dim,HDim> >::type ConstAffinePart
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 15 // Note that we have to pass Dim and HDim because it is not allowed to use a template
17 // specializations, it is not allowed to use Dim+1 instead of HDim.
20 int HDim,
49 HDim = _Dim+1 ///< size of a respective homogeneous vector
54 typedef Matrix<Scalar,HDim,HDim> MatrixType;
168 { return ei_transform_product_impl<OtherDerived,Dim,HDim>::run(*this,other.derived()); }
224 res.matrix().template block<Dim,HDim>(0,0) = (mat * t.matrix().template block<Dim,HDim>(0,0)).lazy();
411 m_matrix.template block<Dim,HDim>(0,0) = (other.asDiagonal() * m_matrix.template block<Dim,HDim>(0,0)).lazy()
    [all...]

Completed in 86 milliseconds