Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index > Struct Template Reference

Detailed Description

template<typename Derived>
template<int Index>
struct Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index >

Definition at line 106 of file Core.

List of all members.

Public Types

enum  { ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)), Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex, ActualIndex = ReturnOpposite ? -Index : Index, DiagonalSize }
typedef Block
< CoefficientsType,
1, DiagonalSize > 
BuildType
typedef internal::conditional
< Conjugate, CwiseUnaryOp
< internal::scalar_conjugate_op
< Scalar >, BuildType >
, BuildType >::type 
Type

Member Typedef Documentation

template<typename Derived>
template<int Index>
typedef Block<CoefficientsType,1, DiagonalSize> Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index >::BuildType

Definition at line 117 of file Core.

Definition at line 120 of file Core.


Member Enumeration Documentation

template<typename Derived>
template<int Index>
anonymous enum
Enumerator:
ReturnOpposite 
Conjugate 
ActualIndex 
DiagonalSize 

Definition at line 107 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo