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

#include <BandMatrix.h>

Public Types

enum  {
  CoeffReadCost = internal::traits<_CoefficientsType>::CoeffReadCost, 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 _CoefficientsType CoefficientsType
 
typedef _CoefficientsType::Scalar Scalar
 
typedef _CoefficientsType::StorageIndex StorageIndex
 
typedef _CoefficientsType::StorageKind StorageKind
 

Detailed Description

template<typename _CoefficientsType, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
struct Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >

Definition at line 240 of file BandMatrix.h.

Member Typedef Documentation

◆ CoefficientsType

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef _CoefficientsType Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType

Definition at line 257 of file BandMatrix.h.

◆ Scalar

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

Definition at line 242 of file BandMatrix.h.

◆ StorageIndex

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef _CoefficientsType::StorageIndex Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageIndex

Definition at line 244 of file BandMatrix.h.

◆ StorageKind

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
typedef _CoefficientsType::StorageKind Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageKind

Definition at line 243 of file BandMatrix.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename _CoefficientsType , 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 245 of file BandMatrix.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:38