Base class for triangular part in a matrix. More...
Inheritance diagram for Eigen::TriangularBase< Derived >:Public Types | |
| enum | { Mode , RowsAtCompileTime , ColsAtCompileTime , MaxRowsAtCompileTime , MaxColsAtCompileTime , SizeAtCompileTime , MaxSizeAtCompileTime } |
| typedef internal::traits< Derived >::FullMatrixType | DenseMatrixType |
| typedef DenseMatrixType | DenseType |
| typedef Derived const & | Nested |
| typedef internal::traits< Derived >::Scalar | Scalar |
| typedef internal::traits< Derived >::StorageIndex | StorageIndex |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef Eigen::Index | Index |
| The interface type of indices. More... | |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
Public Member Functions | |
| Scalar | coeff (Index row, Index col) const |
| Scalar & | coeffRef (Index row, Index col) |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| template<typename Other > | |
| void | copyCoeff (Index row, Index col, Other &other) |
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &other) const |
| template<typename DenseDerived > | |
| void | evalToLazy (MatrixBase< DenseDerived > &other) const |
| EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
| Scalar & | operator() (Index row, Index col) |
| Scalar | operator() (Index row, Index col) const |
| EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
| void | resize (Index rows, Index cols) |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| DenseMatrixType | toDenseMatrix () const |
| TriangularBase () | |
Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| template<typename Dest > | |
| void | addTo (Dest &dst) const |
| template<typename Dest > | |
| void | applyThisOnTheLeft (Dest &dst) const |
| template<typename Dest > | |
| void | applyThisOnTheRight (Dest &dst) const |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Derived & | const_cast_derived () const |
| const Derived & | const_derived () const |
| Derived & | derived () |
| const Derived & | derived () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| template<typename Dest > | |
| void | subTo (Dest &dst) const |
Protected Member Functions | |
| void | check_coordinates (Index row, Index col) const |
| void | check_coordinates_internal (Index, Index) const |
Base class for triangular part in a matrix.
Definition at line 29 of file TriangularMatrix.h.
| typedef internal::traits<Derived>::FullMatrixType Eigen::TriangularBase< Derived >::DenseMatrixType |
Definition at line 52 of file TriangularMatrix.h.
| typedef DenseMatrixType Eigen::TriangularBase< Derived >::DenseType |
Definition at line 53 of file TriangularMatrix.h.
| typedef Derived const& Eigen::TriangularBase< Derived >::Nested |
Definition at line 54 of file TriangularMatrix.h.
| typedef internal::traits<Derived>::Scalar Eigen::TriangularBase< Derived >::Scalar |
Definition at line 49 of file TriangularMatrix.h.
| typedef internal::traits<Derived>::StorageIndex Eigen::TriangularBase< Derived >::StorageIndex |
Definition at line 51 of file TriangularMatrix.h.
| typedef internal::traits<Derived>::StorageKind Eigen::TriangularBase< Derived >::StorageKind |
Definition at line 50 of file TriangularMatrix.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Mode | |
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| SizeAtCompileTime | This is equal to the number of coefficients, i.e. the number of rows times the number of columns, or to Dynamic if this is not known at compile-time.
|
| MaxSizeAtCompileTime | |
Definition at line 33 of file TriangularMatrix.h.
|
inline |
Definition at line 57 of file TriangularMatrix.h.
|
inlineprotected |
Definition at line 128 of file TriangularMatrix.h.
|
inlineprotected |
Definition at line 147 of file TriangularMatrix.h.
|
inline |
Definition at line 78 of file TriangularMatrix.h.
|
inline |
Definition at line 80 of file TriangularMatrix.h.
|
inline |
Definition at line 62 of file TriangularMatrix.h.
|
inline |
| void Eigen::TriangularBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | other | ) | const |
Implementation of triangular evaluation/assignment Implementation of TriangularBase methods Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
Definition at line 618 of file TriangularMatrix.h.
| void Eigen::TriangularBase< Derived >::evalToLazy | ( | MatrixBase< DenseDerived > & | other | ) | const |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
Definition at line 953 of file TriangularMatrix.h.
|
inline |
Definition at line 66 of file TriangularMatrix.h.
|
inline |
Definition at line 98 of file TriangularMatrix.h.
|
inline |
Definition at line 92 of file TriangularMatrix.h.
|
inline |
Definition at line 64 of file TriangularMatrix.h.
|
inline |
Definition at line 70 of file TriangularMatrix.h.
|
inline |
Definition at line 60 of file TriangularMatrix.h.
|
inline |
Definition at line 119 of file TriangularMatrix.h.