#include <BandMatrix.h>
Public Types | |
typedef internal::traits< BandMatrixWrapper >::CoefficientsType | CoefficientsType |
typedef internal::traits< BandMatrixWrapper >::Scalar | Scalar |
typedef internal::traits< BandMatrixWrapper >::StorageIndex | StorageIndex |
Public Member Functions | |
BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) | |
const CoefficientsType & | coeffs () const |
EIGEN_CONSTEXPR Index | cols () const |
EIGEN_CONSTEXPR Index | rows () const |
EIGEN_CONSTEXPR Index | subs () const |
EIGEN_CONSTEXPR 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 237 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::CoefficientsType Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::CoefficientsType |
Definition at line 266 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::Scalar Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::Scalar |
Definition at line 265 of file BandMatrix.h.
typedef internal::traits<BandMatrixWrapper>::StorageIndex Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::StorageIndex |
Definition at line 267 of file BandMatrix.h.
|
inlineexplicit |
Definition at line 269 of file BandMatrix.h.
|
inline |
Definition at line 289 of file BandMatrix.h.
|
inline |
Definition at line 281 of file BandMatrix.h.
|
inline |
Definition at line 278 of file BandMatrix.h.
|
inline |
Definition at line 287 of file BandMatrix.h.
|
inline |
Definition at line 284 of file BandMatrix.h.
|
protected |
Definition at line 293 of file BandMatrix.h.
|
protected |
Definition at line 294 of file BandMatrix.h.
|
protected |
Definition at line 296 of file BandMatrix.h.
|
protected |
Definition at line 295 of file BandMatrix.h.