Public Types
Eigen::internal::plain_matrix_type_row_major< T > Struct Template Reference

#include <XprHelper.h>

List of all members.

Public Types

enum  { Rows = traits<T>::RowsAtCompileTime, Cols = traits<T>::ColsAtCompileTime, MaxRows = traits<T>::MaxRowsAtCompileTime, MaxCols = traits<T>::MaxColsAtCompileTime }
typedef Matrix< typename
traits< T >::Scalar, Rows,
Cols,(MaxCols==1 &&MaxRows!=1)?RowMajor:ColMajor,
MaxRows, MaxCols
type

Detailed Description

template<typename T>
struct Eigen::internal::plain_matrix_type_row_major< T >

Definition at line 231 of file XprHelper.h.


Member Typedef Documentation

template<typename T>
typedef Matrix<typename traits<T>::Scalar, Rows, Cols, (MaxCols==1&&MaxRows!=1) ? RowMajor : ColMajor, MaxRows, MaxCols > Eigen::internal::plain_matrix_type_row_major< T >::type

Definition at line 244 of file XprHelper.h.


Member Enumeration Documentation

template<typename T>
anonymous enum
Enumerator:
Rows 
Cols 
MaxRows 
MaxCols 

Definition at line 233 of file XprHelper.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:01