Represents a rectangular matrix with a banded storage. More...
#include <BandMatrix.h>
Public Member Functions | |
BandMatrix (Index rows=Rows, Index cols=Cols, Index supers=Supers, Index subs=Subs) | |
const CoefficientsType & | coeffs () const |
CoefficientsType & | coeffs () |
Index | cols () const |
Index | rows () const |
Index | subs () const |
Index | supers () const |
![]() | |
const CoefficientsType & | coeffs () const |
CoefficientsType & | coeffs () |
Block< CoefficientsType, Dynamic, 1 > | col (Index i) |
Block< CoefficientsType, 1, SizeAtCompileTime > | diagonal () |
const Block< const CoefficientsType, 1, SizeAtCompileTime > | diagonal () 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 |
![]() | |
EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > & | const_cast_derived () const |
EIGEN_DEVICE_FUNC const BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > & | const_derived () const |
EIGEN_DEVICE_FUNC BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > & | derived () |
EIGEN_DEVICE_FUNC const BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > & | derived () const |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | size () const |
EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
Protected Attributes | |
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 |
Additional Inherited Members | |
![]() | |
enum | |
![]() | |
Index | diagonalLength (Index i) const |
Represents a rectangular matrix with a banded storage.
_Scalar | Numeric type, i.e. float, double, int |
_Rows | Number of rows, or Dynamic |
_Cols | Number of columns, or Dynamic |
_Supers | Number of super diagonal |
_Subs | Number of sub diagonal |
_Options | A combination of either RowMajor or ColMajor, and of SelfAdjoint The former controls storage order, and defaults to column-major. The latter controls whether the matrix represents a selfadjoint matrix in which case either Supers of Subs have to be null. |
Definition at line 199 of file BandMatrix.h.
typedef internal::traits<BandMatrix>::CoefficientsType Eigen::internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >::CoefficientsType |
Definition at line 205 of file BandMatrix.h.
typedef internal::traits<BandMatrix>::Scalar Eigen::internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >::Scalar |
Definition at line 203 of file BandMatrix.h.
typedef internal::traits<BandMatrix>::StorageIndex Eigen::internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >::StorageIndex |
Definition at line 204 of file BandMatrix.h.
|
inlineexplicit |
Definition at line 207 of file BandMatrix.h.
|
inline |
Definition at line 225 of file BandMatrix.h.
|
inline |
Definition at line 226 of file BandMatrix.h.
|
inline |
Definition at line 217 of file BandMatrix.h.
|
inline |
Definition at line 214 of file BandMatrix.h.
|
inline |
Definition at line 223 of file BandMatrix.h.
|
inline |
Definition at line 220 of file BandMatrix.h.
|
protected |
Definition at line 230 of file BandMatrix.h.
|
protected |
Definition at line 231 of file BandMatrix.h.
|
protected |
Definition at line 233 of file BandMatrix.h.
|
protected |
Definition at line 232 of file BandMatrix.h.