|
TR-mbed 1.0
|
Base class for triangular part in a matrix. More...
#include <TriangularMatrix.h>
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 |
Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
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 |
| 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 |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| EIGEN_DEVICE_FUNC 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 |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |