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::DiagonalIntReturnType::BuildType |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |