![]() |
Eigen
3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
|
#include <Eigen/src/Core/BandMatrix.h>
Represents a tridiagonal matrix with a compact banded storage.
| Scalar | Numeric type, i.e. float, double, int |
| Size | Number of rows and cols, or Dynamic |
| Options | Can be 0 or SelfAdjoint |
Inheritance diagram for Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >:Additional Inherited Members | |
Public Member Functions inherited from Eigen::internal::BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor > | |
| EIGEN_CONSTEXPR Index | cols () const |
| EIGEN_CONSTEXPR Index | cols () const |
| EIGEN_CONSTEXPR Index | rows () const |
| EIGEN_CONSTEXPR Index | rows () const |
| EIGEN_CONSTEXPR Index | subs () const |
| EIGEN_CONSTEXPR Index | subs () const |
| EIGEN_CONSTEXPR Index | supers () const |
| EIGEN_CONSTEXPR Index | supers () const |