Lines Matching refs:Vertical

44     RowsAtCompileTime = Direction==Vertical  ?  RowsPlusOne : MatrixType::RowsAtCompileTime,
75 …E_FUNC inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
92 eigen_assert(int(Direction)==Vertical);
100 eigen_assert(int(Direction)==Vertical);
199 Direction==Vertical ? _expression().rows()-1 : _expression().rows(),
202 Direction==Vertical ? HNormalized_SizeMinusOne : 1,
205 Direction==Vertical ? _expression().rows()-1:0,
207 Direction==Vertical ? 1 : _expression().rows(),
209 Direction==Vertical ? _expression().rows()-1 : 1,
239 struct traits<homogeneous_left_product_impl<Homogeneous<MatrixType,Vertical>,Lhs> >
254 struct homogeneous_left_product_impl<Homogeneous<MatrixType,Vertical>,Lhs>
255 : public ReturnByValue<homogeneous_left_product_impl<Homogeneous<MatrixType,Vertical>,Lhs> >
351 struct Assignment<DstXprType, Homogeneous<ArgType,Vertical>, internal::assign_op<Scalar,typename Ar…
353 typedef Homogeneous<ArgType,Vertical> SrcXprType;
425 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, Produc…
428 …EIGEN_DEVICE_FUNC static void evalTo(Dest& dst, const Lhs& lhs, const Homogeneous<RhsArg,Vertical>…
430 …homogeneous_left_product_impl<Homogeneous<RhsArg,Vertical>, Lhs>(lhs, rhs.nestedExpression()).eval…
437 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, TriangularShape, HomogeneousShape, P…
440 static void evalTo(Dest& dst, const Lhs& lhs, const Homogeneous<RhsArg,Vertical>& rhs)
478 struct generic_product_impl<Transform<Scalar,Dim,Mode,Options>, Homogeneous<RhsArg,Vertical>, Dense…
482 …NC static void evalTo(Dest& dst, const TransformType& lhs, const Homogeneous<RhsArg,Vertical>& rhs)
484 …homogeneous_left_product_impl<Homogeneous<RhsArg,Vertical>, TransformType>(lhs, rhs.nestedExpressi…