Definition at line 138 of file BandMatrix.h.
#include <src/Core/BandMatrix.h>
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< DataType, 1, DiagonalSize > | BuildType |
typedef internal::conditional < Conjugate, CwiseUnaryOp < internal::scalar_conjugate_op < Scalar >, BuildType > , BuildType >::type | Type |
typedef Block<DataType,1, DiagonalSize> internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >::DiagonalIntReturnType< Index >::BuildType |
Definition at line 149 of file BandMatrix.h.
typedef internal::conditional<Conjugate, CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>,BuildType >, BuildType>::type internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >::DiagonalIntReturnType< Index >::Type |
Definition at line 152 of file BandMatrix.h.
anonymous enum |
Definition at line 139 of file BandMatrix.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |