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 |
| typedef Block<CoefficientsType,1, DiagonalSize> Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index >::BuildType |
| typedef internal::conditional<Conjugate, CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>,BuildType >, BuildType>::type Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index >::Type |
| 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: |