Public Types

VectorwiseOp< ExpressionType, Direction >::ExtendedType< OtherDerived > Struct Template Reference

#include <VectorwiseOp.h>

List of all members.

Public Types

typedef Replicate
< OtherDerived, Direction==Vertical?1:ExpressionType::RowsAtCompileTime,
Direction==Horizontal?1:ExpressionType::ColsAtCompileTime > 
Type

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


Member Typedef Documentation

template<typename ExpressionType, int Direction>
template<typename OtherDerived >
typedef Replicate<OtherDerived, Direction==Vertical ? 1 : ExpressionType::RowsAtCompileTime, Direction==Horizontal ? 1 : ExpressionType::ColsAtCompileTime> VectorwiseOp< ExpressionType, Direction >::ExtendedType< OtherDerived >::Type

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