Public Types | List of all members
Eigen::internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > > Struct Template Reference

#include <BandMatrix.h>

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 Eigen::internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >

Definition at line 178 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> Eigen::internal::traits< BandMatrix< _Scalar, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType

Definition at line 195 of file BandMatrix.h.

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

Definition at line 182 of file BandMatrix.h.

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

Definition at line 180 of file BandMatrix.h.

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

Definition at line 181 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 183 of file BandMatrix.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20