#include <BandMatrix.h>
Classes | |
struct | DiagonalIntReturnType |
Public Types | |
enum | { Flags = internal::traits<Derived>::Flags, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime, MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime, MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime, Supers = internal::traits<Derived>::Supers, Subs = internal::traits<Derived>::Subs, Options = internal::traits<Derived>::Options } |
typedef internal::traits < Derived >::Scalar | Scalar |
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
typedef DenseMatrixType::Index | Index |
typedef internal::traits < Derived >::CoefficientsType | CoefficientsType |
typedef EigenBase< Derived > | Base |
Public Member Functions | |
Index | supers () const |
Index | subs () 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 |
template<int N> | |
DiagonalIntReturnType< N >::Type | diagonal () |
template<int N> | |
const DiagonalIntReturnType< N > ::Type | diagonal () const |
Block< CoefficientsType, 1, Dynamic > | diagonal (Index i) |
const Block< const CoefficientsType, 1, Dynamic > | diagonal (Index i) const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
DenseMatrixType | toDenseMatrix () const |
Protected Types | |
enum | { DataRowsAtCompileTime, SizeAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(RowsAtCompileTime,ColsAtCompileTime) } |
Protected Member Functions | |
Index | diagonalLength (Index i) const |
typedef EigenBase<Derived> internal::BandMatrixBase< Derived >::Base |
typedef internal::traits<Derived>::CoefficientsType internal::BandMatrixBase< Derived >::CoefficientsType |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> internal::BandMatrixBase< Derived >::DenseMatrixType |
typedef DenseMatrixType::Index internal::BandMatrixBase< Derived >::Index |
Reimplemented from EigenBase< Derived >.
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
typedef internal::traits<Derived>::Scalar internal::BandMatrixBase< Derived >::Scalar |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
anonymous enum |
anonymous enum [protected] |
const CoefficientsType& internal::BandMatrixBase< Derived >::coeffs | ( | ) | const [inline] |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
CoefficientsType& internal::BandMatrixBase< Derived >::coeffs | ( | ) | [inline] |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
Block<CoefficientsType,Dynamic,1> internal::BandMatrixBase< Derived >::col | ( | Index | i | ) | [inline] |
DiagonalIntReturnType<N>::Type internal::BandMatrixBase< Derived >::diagonal | ( | ) | [inline] |
const Block<const CoefficientsType,1,Dynamic> internal::BandMatrixBase< Derived >::diagonal | ( | Index | i | ) | const [inline] |
const DiagonalIntReturnType<N>::Type internal::BandMatrixBase< Derived >::diagonal | ( | ) | const [inline] |
Block<CoefficientsType,1,Dynamic> internal::BandMatrixBase< Derived >::diagonal | ( | Index | i | ) | [inline] |
Block<CoefficientsType,1,SizeAtCompileTime> internal::BandMatrixBase< Derived >::diagonal | ( | ) | [inline] |
const Block<const CoefficientsType,1,SizeAtCompileTime> internal::BandMatrixBase< Derived >::diagonal | ( | ) | const [inline] |
Index internal::BandMatrixBase< Derived >::diagonalLength | ( | Index | i | ) | const [inline, protected] |
void internal::BandMatrixBase< Derived >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from EigenBase< Derived >.
Index internal::BandMatrixBase< Derived >::subs | ( | ) | const [inline] |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
Index internal::BandMatrixBase< Derived >::supers | ( | ) | const [inline] |
Reimplemented in internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >, internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >, internal::BandMatrix< RealScalar, ColsAtCompileTime, ColsAtCompileTime, 1, 0 >, and internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor >.
DenseMatrixType internal::BandMatrixBase< Derived >::toDenseMatrix | ( | ) | const [inline] |