Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::VectorwiseOp< ExpressionType, Direction >::ExtendedType< OtherDerived > Struct Template Reference

Detailed Description

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

Definition at line 229 of file Core.

List of all members.

Public Types

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

Member Typedef Documentation

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

Definition at line 232 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo