NDDEM
Public Types | List of all members
Eigen::VectorwiseOp< ExpressionType, Direction >::OppositeExtendedType< OtherDerived > Struct Template Reference

#include <VectorwiseOp.h>

Public Types

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

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

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