Public Types
internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > > Struct Template Reference

#include <BandMatrix.h>

List of all members.

Public Types

enum  {
  CoeffReadCost = NumTraits<Scalar>::ReadCost, RowsAtCompileTime = _Rows, ColsAtCompileTime = _Cols, MaxRowsAtCompileTime = _Rows,
  MaxColsAtCompileTime = _Cols, Flags = LvalueBit, Supers = _Supers, Subs = _Subs,
  Options = _Options, DataRowsAtCompileTime = ((Supers!=Dynamic) && (Subs!=Dynamic)) ? 1 + Supers + Subs : Dynamic
}
typedef Matrix< Scalar,
DataRowsAtCompileTime,
ColsAtCompileTime, Options
&RowMajor?RowMajor:ColMajor > 
CoefficientsType
typedef DenseIndex Index
typedef _Scalar Scalar
typedef Dense StorageKind

Detailed Description

template<typename _Scalar, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
struct internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >

Definition at line 192 of file BandMatrix.h.


Member Typedef Documentation

template<typename _Scalar , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType

Definition at line 209 of file BandMatrix.h.

template<typename _Scalar , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef DenseIndex internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >::Index

Definition at line 196 of file BandMatrix.h.

template<typename _Scalar , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef _Scalar internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >::Scalar

Definition at line 194 of file BandMatrix.h.

template<typename _Scalar , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef Dense internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageKind

Definition at line 195 of file BandMatrix.h.


Member Enumeration Documentation

template<typename _Scalar , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
anonymous enum
Enumerator:
CoeffReadCost 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
Supers 
Subs 
Options 
DataRowsAtCompileTime 

Definition at line 197 of file BandMatrix.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:35