Eigen::VectorwiseOp< ExpressionType, Direction >::OppositeExtendedType< OtherDerived > Struct Template Reference

Public Types

typedef Replicate< OtherDerived, isHorizontal ? 1 :ExpressionType::RowsAtCompileTime, isVertical ? 1 :ExpressionType::ColsAtCompileTime > Type
 

Detailed Description

template<typename ExpressionType, int Direction>
template<typename OtherDerived>
struct Eigen::VectorwiseOp< ExpressionType, Direction >::OppositeExtendedType< OtherDerived >

Definition at line 244 of file VectorwiseOp.h.

Member Typedef Documentation

◆ Type

template<typename ExpressionType , int Direction>
template<typename OtherDerived >
typedef Replicate<OtherDerived, isHorizontal ? 1 : ExpressionType::RowsAtCompileTime, isVertical ? 1 : ExpressionType::ColsAtCompileTime> Eigen::VectorwiseOp< ExpressionType, Direction >::OppositeExtendedType< OtherDerived >::Type

Definition at line 247 of file VectorwiseOp.h.


The documentation for this struct was generated from the following file: