![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/BandMatrix.h>
Inheritance diagram for Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >:
Collaboration diagram for Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >:Public Types | |
| typedef internal::traits< BandMatrixWrapper >::Scalar | Scalar |
| typedef internal::traits< BandMatrixWrapper >::CoefficientsType | CoefficientsType |
| typedef internal::traits< BandMatrixWrapper >::StorageIndex | StorageIndex |
| enum | |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| typedef EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > | Base |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
Public Member Functions | |
| BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) | |
| Index | rows () const |
| Index | cols () const |
| 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 |
| 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 |
| DenseMatrixType | toDenseMatrix () const |
| EIGEN_DEVICE_FUNC BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () |
| EIGEN_DEVICE_FUNC const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () const |
| EIGEN_DEVICE_FUNC Derived & | const_cast_derived () const |
| EIGEN_DEVICE_FUNC const Derived & | const_derived () const |
| EIGEN_DEVICE_FUNC Index | size () const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
Protected Types | |
| enum | |
Protected Member Functions | |
| Index | diagonalLength (Index i) const |
Protected Attributes | |
| const CoefficientsType & | m_coeffs |
| internal::variable_if_dynamic< Index, _Rows > | m_rows |
| internal::variable_if_dynamic< Index, _Supers > | m_supers |
| internal::variable_if_dynamic< Index, _Subs > | m_subs |
|
inherited |
| typedef internal::traits<BandMatrixWrapper>::CoefficientsType Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::CoefficientsType |
|
inherited |
|
inherited |
The interface type of indices.
To change this, #define the preprocessor symbol EIGEN_DEFAULT_DENSE_INDEX_TYPE.
| typedef internal::traits<BandMatrixWrapper>::Scalar Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::Scalar |
| typedef internal::traits<BandMatrixWrapper>::StorageIndex Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::StorageIndex |
|
inherited |
|
inherited |
|
protectedinherited |
|
inlineexplicit |
References EIGEN_UNUSED_VARIABLE.
|
inlineinherited |
|
inlineinherited |
References Eigen::EigenBase< Derived >::derived().
Here is the call graph for this function:
|
inlineinherited |
References Eigen::EigenBase< Derived >::derived().
Here is the call graph for this function:
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
Referenced by Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::swap().
Here is the caller graph for this function:
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
References Eigen::EigenBase< Derived >::cols(), and Eigen::EigenBase< Derived >::rows().
Referenced by Eigen::PlainObjectBase< Derived >::_resize_to_match(), Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::resize(), Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::setIdentity(), and Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::setZero().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inlineinherited |
References Eigen::EigenBase< Derived >::cols(), Eigen::EigenBase< Derived >::evalTo(), and Eigen::EigenBase< Derived >::rows().
Here is the call graph for this function:
|
inline |
|
inlineinherited |
|
protected |
|
protected |
|
protected |
|
protected |