Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > Class Template Reference

#include <BandMatrix.h>

Inheritance diagram for Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >:
Inheritance graph
[legend]

Public Types

typedef internal::traits< BandMatrixWrapper >::CoefficientsType CoefficientsType
 
typedef internal::traits< BandMatrixWrapper >::Index Index
 
typedef internal::traits< BandMatrixWrapper >::Scalar Scalar
 
- Public Types inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
enum  
 
typedef EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > Base
 
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType CoefficientsType
 
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTimeDenseMatrixType
 
typedef DenseMatrixType::Index Index
 
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::Scalar Scalar
 
- Public Types inherited from Eigen::EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::Index Index
 
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageKind StorageKind
 

Public Member Functions

 BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs)
 
const CoefficientsTypecoeffs () const
 
Index cols () const
 
Index rows () const
 
Index subs () const
 
Index supers () const
 
- Public Member Functions inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
const CoefficientsTypecoeffs () const
 
CoefficientsTypecoeffs ()
 
Block< CoefficientsType, Dynamic, 1 > col (Index i)
 
Block< CoefficientsType, 1, SizeAtCompileTimediagonal ()
 
const Block< const CoefficientsType, 1, SizeAtCompileTimediagonal () const
 
DiagonalIntReturnType< N >::Type diagonal ()
 
const DiagonalIntReturnType< N >::Type diagonal () const
 
Block< CoefficientsType, 1, Dynamic > diagonal (Index i)
 
const Block< const CoefficientsType, 1, Dynamic > diagonal (Index i) const
 
void evalTo (Dest &dst) const
 
Index subs () const
 
Index supers () const
 
DenseMatrixType toDenseMatrix () const
 
- Public Member Functions inherited from Eigen::EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
void addTo (Dest &dst) const
 
void applyThisOnTheLeft (Dest &dst) const
 
void applyThisOnTheRight (Dest &dst) const
 
Index cols () const
 
BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & const_cast_derived () const
 
const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & const_derived () const
 
BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & derived ()
 
const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & derived () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 
Index size () const
 
void subTo (Dest &dst) const
 

Protected Attributes

const CoefficientsTypem_coeffs
 
internal::variable_if_dynamic< Index, _Rows > m_rows
 
internal::variable_if_dynamic< Index, _Subs > m_subs
 
internal::variable_if_dynamic< Index, _Supers > m_supers
 

Additional Inherited Members

- Protected Types inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
enum  
 
- Protected Member Functions inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
Index diagonalLength (Index i) const
 

Detailed Description

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

Definition at line 237 of file BandMatrix.h.

Member Typedef Documentation

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

Definition at line 266 of file BandMatrix.h.

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

Definition at line 267 of file BandMatrix.h.

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

Definition at line 265 of file BandMatrix.h.

Constructor & Destructor Documentation

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::BandMatrixWrapper ( const CoefficientsType coeffs,
Index  rows = _Rows,
Index  cols = _Cols,
Index  supers = _Supers,
Index  subs = _Subs 
)
inline

Definition at line 269 of file BandMatrix.h.

Member Function Documentation

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
const CoefficientsType& Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::coeffs ( ) const
inline

Definition at line 289 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::cols ( ) const
inline
Returns
the number of rows

Definition at line 281 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::rows ( ) const
inline
Returns
the number of columns

Definition at line 278 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::subs ( ) const
inline
Returns
the number of sub diagonals

Definition at line 287 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::supers ( ) const
inline
Returns
the number of super diagonals

Definition at line 284 of file BandMatrix.h.

Member Data Documentation

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
const CoefficientsType& Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_coeffs
protected

Definition at line 293 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
internal::variable_if_dynamic<Index, _Rows> Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_rows
protected

Definition at line 294 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
internal::variable_if_dynamic<Index, _Subs> Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_subs
protected

Definition at line 296 of file BandMatrix.h.

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
internal::variable_if_dynamic<Index, _Supers> Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_supers
protected

Definition at line 295 of file BandMatrix.h.


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


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