![]() |
Prusa Slicer 2.6.0
|
Base class for triangular part in a matrix. More...
#include <src/eigen/Eigen/src/Core/TriangularMatrix.h>
Inheritance diagram for Eigen::TriangularBase< Derived >:
Collaboration diagram for Eigen::TriangularBase< Derived >:Public Types | |
| enum | { Mode = internal::traits<Derived>::Mode , RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime , ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime , MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime , MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime , SizeAtCompileTime , MaxSizeAtCompileTime } |
| typedef internal::traits< Derived >::Scalar | Scalar |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| typedef internal::traits< Derived >::StorageIndex | StorageIndex |
| typedef internal::traits< Derived >::FullMatrixType | DenseMatrixType |
| typedef DenseMatrixType | DenseType |
| typedef Derived const & | Nested |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | TriangularBase () |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC Index | outerStride () const |
| EIGEN_DEVICE_FUNC Index | innerStride () const |
| void | resize (Index rows, Index cols) |
| EIGEN_DEVICE_FUNC Scalar | coeff (Index row, Index col) const |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
| template<typename Other > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | copyCoeff (Index row, Index col, Other &other) |
| EIGEN_DEVICE_FUNC Scalar | operator() (Index row, Index col) const |
| EIGEN_DEVICE_FUNC Scalar & | operator() (Index row, Index col) |
| EIGEN_DEVICE_FUNC const Derived & | derived () const |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| template<typename DenseDerived > | |
| EIGEN_DEVICE_FUNC void | evalTo (MatrixBase< DenseDerived > &other) const |
| template<typename DenseDerived > | |
| EIGEN_DEVICE_FUNC void | evalToLazy (MatrixBase< DenseDerived > &other) const |
| EIGEN_DEVICE_FUNC DenseMatrixType | toDenseMatrix () const |
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &other) const |
| template<typename DenseDerived > | |
| void | evalToLazy (MatrixBase< DenseDerived > &other) 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 | evalTo (Dest &dst) 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 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.
| typedef internal::traits<Derived>::FullMatrixType Eigen::TriangularBase< Derived >::DenseMatrixType |
| typedef DenseMatrixType Eigen::TriangularBase< Derived >::DenseType |
|
inherited |
The interface type of indices.
To change this, #define the preprocessor symbol EIGEN_DEFAULT_DENSE_INDEX_TYPE.
| typedef Derived const& Eigen::TriangularBase< Derived >::Nested |
| typedef internal::traits<Derived>::Scalar Eigen::TriangularBase< Derived >::Scalar |
| typedef internal::traits<Derived>::StorageIndex Eigen::TriangularBase< Derived >::StorageIndex |
| typedef internal::traits<Derived>::StorageKind Eigen::TriangularBase< Derived >::StorageKind |
| 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 | |
|
inline |
References eigen_assert, Eigen::TriangularBase< Derived >::Mode, Eigen::UnitDiag, and Eigen::ZeroDiag.
|
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:
|
inlineprotected |
References col(), Eigen::TriangularBase< Derived >::cols(), eigen_assert, EIGEN_ONLY_USED_FOR_DEBUG, Eigen::Lower, Eigen::TriangularBase< Derived >::Mode, row(), Eigen::TriangularBase< Derived >::rows(), Eigen::StrictlyLower, Eigen::StrictlyUpper, Eigen::UnitLower, Eigen::UnitUpper, and Eigen::Upper.
Referenced by Eigen::TriangularBase< Derived >::operator()(), and Eigen::TriangularBase< Derived >::operator()().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotected |
Referenced by Eigen::SelfAdjointView< _MatrixType, UpLo >::coeff(), and Eigen::SelfAdjointView< _MatrixType, UpLo >::coeffRef().
Here is the caller graph for this function:
|
inline |
References col(), Eigen::TriangularBase< Derived >::derived(), and row().
Referenced by Eigen::TriangularBase< Derived >::operator()().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References col(), Eigen::TriangularBase< Derived >::derived(), and row().
Referenced by Eigen::TriangularBase< Derived >::operator()().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References Eigen::TriangularBase< Derived >::derived().
Referenced by Eigen::TriangularBase< Derived >::check_coordinates(), Eigen::TriangularBase< Derived >::resize(), and Eigen::TriangularBase< Derived >::toDenseMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
Referenced by Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::swap().
Here is the caller graph for this function:
|
inlineinherited |
|
inline |
|
inline |
|
inline |
Referenced by Eigen::TriangularBase< Derived >::coeff(), Eigen::TriangularBase< Derived >::coeffRef(), Eigen::TriangularBase< Derived >::cols(), Eigen::TriangularBase< Derived >::copyCoeff(), Eigen::TriangularBase< Derived >::innerStride(), Eigen::TriangularBase< Derived >::outerStride(), and Eigen::TriangularBase< Derived >::rows().
Here is the caller graph for this function:
|
inlineinherited |
Referenced by Eigen::EigenBase< Derived >::subTo().
Here is the caller graph for this function:| EIGEN_DEVICE_FUNC void Eigen::TriangularBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | other | ) | const |
| void Eigen::TriangularBase< Derived >::evalTo | ( | 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.
| EIGEN_DEVICE_FUNC void Eigen::TriangularBase< Derived >::evalToLazy | ( | MatrixBase< DenseDerived > & | other | ) | const |
Referenced by Eigen::TriangularBase< Derived >::toDenseMatrix().
Here is the caller graph for this function:| 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.
References Eigen::internal::call_triangular_assignment_loop(), Eigen::TriangularView< _MatrixType, _Mode >::cols(), Eigen::DenseBase< Derived >::resize(), Eigen::TriangularView< _MatrixType, _Mode >::rows(), and Eigen::SelfAdjoint.
Here is the call graph for this function:
|
inline |
|
inline |
References Eigen::TriangularBase< Derived >::check_coordinates(), Eigen::TriangularBase< Derived >::coeffRef(), col(), and row().
Here is the call graph for this function:
|
inline |
References Eigen::TriangularBase< Derived >::check_coordinates(), Eigen::TriangularBase< Derived >::coeff(), col(), and row().
Here is the call graph for this function:
|
inline |
|
inline |
References Eigen::TriangularBase< Derived >::cols(), eigen_assert, EIGEN_UNUSED_VARIABLE, and Eigen::TriangularBase< Derived >::rows().
Here is the call graph for this function:
|
inline |
References Eigen::TriangularBase< Derived >::derived().
Referenced by Eigen::TriangularBase< Derived >::check_coordinates(), Eigen::TriangularBase< Derived >::resize(), and Eigen::TriangularBase< Derived >::toDenseMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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:
|
inlineinherited |
References Eigen::EigenBase< Derived >::cols(), Eigen::EigenBase< Derived >::evalTo(), and Eigen::EigenBase< Derived >::rows().
Here is the call graph for this function:
|
inline |
References Eigen::TriangularBase< Derived >::cols(), Eigen::TriangularBase< Derived >::evalToLazy(), and Eigen::TriangularBase< Derived >::rows().
Here is the call graph for this function: