#include <BandMatrix.h>
Public Types | |
typedef internal::traits < BandMatrixWrapper > ::CoefficientsType | CoefficientsType |
typedef internal::traits < BandMatrixWrapper >::Index | Index |
typedef internal::traits < BandMatrixWrapper >::Scalar | Scalar |
Public Member Functions | |
BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) | |
const CoefficientsType & | coeffs () const |
Index | cols () const |
Index | rows () const |
Index | subs () const |
Index | supers () const |
Protected Attributes | |
const CoefficientsType & | m_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 |
Definition at line 275 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::CoefficientsType internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::CoefficientsType |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 280 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::Index internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::Index |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 281 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::Scalar internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::Scalar |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 279 of file BandMatrix.h.
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 283 of file BandMatrix.h.
const CoefficientsType& internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::coeffs | ( | ) | const [inline] |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 303 of file BandMatrix.h.
Index internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::cols | ( | ) | const [inline] |
Reimplemented from EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 295 of file BandMatrix.h.
Index internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::rows | ( | ) | const [inline] |
Reimplemented from EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 292 of file BandMatrix.h.
Index internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::subs | ( | ) | const [inline] |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 301 of file BandMatrix.h.
Index internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::supers | ( | ) | const [inline] |
Reimplemented from internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
Definition at line 298 of file BandMatrix.h.
const CoefficientsType& internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_coeffs [protected] |
Definition at line 307 of file BandMatrix.h.
internal::variable_if_dynamic<Index, _Rows> internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_rows [protected] |
Definition at line 308 of file BandMatrix.h.
internal::variable_if_dynamic<Index, _Subs> internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_subs [protected] |
Definition at line 310 of file BandMatrix.h.
internal::variable_if_dynamic<Index, _Supers> internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::m_supers [protected] |
Definition at line 309 of file BandMatrix.h.