Medial Code Documentation
Loading...
Searching...
No Matches
Public Types
Eigen::internal::plain_constant_type< Expr, Scalar > Struct Template Reference

Public Types

enum  { Options = (traits<Expr>::Flags&RowMajorBit)?RowMajor:0 }
 
typedef Array< Scalar, traits< Expr >::RowsAtCompileTime, traits< Expr >::ColsAtCompileTime, Options, traits< Expr >::MaxRowsAtCompileTime, traits< Expr >::MaxColsAtCompileTime > array_type
 
typedef Matrix< Scalar, traits< Expr >::RowsAtCompileTime, traits< Expr >::ColsAtCompileTime, Options, traits< Expr >::MaxRowsAtCompileTime, traits< Expr >::MaxColsAtCompileTime > matrix_type
 
typedef CwiseNullaryOp< scalar_constant_op< Scalar >, const typename conditional< is_same< typename traits< Expr >::XprKind, MatrixXpr >::value, matrix_type, array_type >::type > type
 

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