Public Types
Eigen::internal::BandMatrixBase< Derived >::DiagonalIntReturnType< Index > Struct Template Reference

#include <BandMatrix.h>

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

Detailed Description

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

Definition at line 91 of file BandMatrix.h.


Member Typedef Documentation

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

Definition at line 102 of file BandMatrix.h.

Definition at line 105 of file BandMatrix.h.


Member Enumeration Documentation

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

Definition at line 92 of file BandMatrix.h.


The documentation for this struct was generated from the following file:


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59