Home | History | Annotate | Download | only in Core

Lines Matching refs:Vertical

23   * \tparam Direction indicates the direction of the redux (#Vertical or #Horizontal)
47 RowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::RowsAtCompileTime,
49 MaxRowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::MaxRowsAtCompileTime,
53 TraversalSize = Direction==Vertical ? RowsAtCompileTime : ColsAtCompileTime
80 Index rows() const { return (Direction==Vertical ? 1 : m_matrix.rows()); }
85 if (Direction==Vertical)
93 if (Direction==Vertical)
154 * \param Direction indicates the direction of the redux (#Vertical or #Horizontal)
194 IsVertical = (Direction==Vertical) ? 1 : 0,
202 typedef typename internal::conditional<Direction==Vertical,
213 { return Direction==Vertical?m_matrix.cols():m_matrix.rows(); }
217 Direction==Vertical ? 1 : ExpressionType::RowsAtCompileTime,
227 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(Direction==Vertical, OtherDerived::MaxColsAtCompileTime==1),
233 Direction==Vertical ? 1 : m_matrix.rows(),
385 typedef Replicate<ExpressionType,Direction==Vertical?Dynamic:1,Direction==Horizontal?Dynamic:1> ReplicateReturnType;
400 return Replicate<ExpressionType,Direction==Vertical?Factor:1,Direction==Horizontal?Factor:1>
401 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
519 HNormalized_Size = Direction==Vertical ? internal::traits<ExpressionType>::RowsAtCompileTime
524 Direction==Vertical ? int(HNormalized_SizeMinusOne)
530 Direction==Vertical ? 1 : int(internal::traits<ExpressionType>::RowsAtCompileTime),
536 Direction==Vertical ? HNormalized_SizeMinusOne : 1,