Main MRPT website > C++ reference
MRPT logo
Public Types | Private Types

internal::make_proper_matrix_type< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > Class Template Reference


Detailed Description

template<typename _Scalar, int _Rows, int _Cols, int _Options = AutoAlign | ( (_Rows==1 && _Cols!=1) ? RowMajor : (_Cols==1 && _Rows!=1) ? ColMajor : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ), int _MaxRows = _Rows, int _MaxCols = _Cols>
class internal::make_proper_matrix_type< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >

Definition at line 105 of file XprHelper.h.

#include <src/Core/util/XprHelper.h>

List of all members.

Public Types

typedef Matrix< _Scalar, _Rows,
_Cols, Options, _MaxRows,
_MaxCols > 
type

Private Types

enum  { IsColVector = _Cols==1 && _Rows!=1, IsRowVector = _Rows==1 && _Cols!=1, Options }

Member Typedef Documentation

template<typename _Scalar , int _Rows, int _Cols, int _Options = AutoAlign | ( (_Rows==1 && _Cols!=1) ? RowMajor : (_Cols==1 && _Rows!=1) ? ColMajor : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ), int _MaxRows = _Rows, int _MaxCols = _Cols>
typedef Matrix<_Scalar, _Rows, _Cols, Options, _MaxRows, _MaxCols> internal::make_proper_matrix_type< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >::type

Definition at line 115 of file XprHelper.h.


Member Enumeration Documentation

template<typename _Scalar , int _Rows, int _Cols, int _Options = AutoAlign | ( (_Rows==1 && _Cols!=1) ? RowMajor : (_Cols==1 && _Rows!=1) ? ColMajor : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ), int _MaxRows = _Rows, int _MaxCols = _Cols>
anonymous enum [private]
Enumerator:
IsColVector 
IsRowVector 
Options 

Definition at line 107 of file XprHelper.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011