Public Types

internal::plain_matrix_type_column_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,(MaxRows==1 &&MaxCols!=1)?RowMajor:ColMajor,
MaxRows, MaxCols > 
type

template<typename T>
struct internal::plain_matrix_type_column_major< T >


Member Typedef Documentation

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

Member Enumeration Documentation

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

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