Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::plain_diag_type Struct Reference
Inheritance diagram for Eigen::internal::plain_diag_type:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { diag_size = EIGEN_SIZE_MIN_PREFER_DYNAMIC(ExpressionType::RowsAtCompileTime, ExpressionType::ColsAtCompileTime), max_diag_size = EIGEN_SIZE_MIN_PREFER_FIXED(ExpressionType::MaxRowsAtCompileTime, ExpressionType::MaxColsAtCompileTime) }
typedef Matrix< Scalar,
diag_size,
1, ExpressionType::PlainObject::Options
&~RowMajor, max_diag_size, 1 > 
MatrixDiagType
typedef Array< Scalar,
diag_size,
1, ExpressionType::PlainObject::Options
&~RowMajor, max_diag_size, 1 > 
ArrayDiagType
typedef conditional< is_same
< typename traits
< ExpressionType >::XprKind,
MatrixXpr >::value,
MatrixDiagType, ArrayDiagType >
::type 
type

Member Typedef Documentation

typedef Array<Scalar, diag_size, 1, ExpressionType::PlainObject::Options & ~RowMajor, max_diag_size, 1> Eigen::internal::plain_diag_type::ArrayDiagType

Definition at line 443 of file Core.

typedef Matrix<Scalar, diag_size, 1, ExpressionType::PlainObject::Options & ~RowMajor, max_diag_size, 1> Eigen::internal::plain_diag_type::MatrixDiagType

Definition at line 442 of file Core.

typedef conditional< is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value, MatrixDiagType, ArrayDiagType >::type Eigen::internal::plain_diag_type::type

Definition at line 449 of file Core.


Member Enumeration Documentation

anonymous enum
Enumerator:
diag_size 
max_diag_size 

Definition at line 439 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011