Pseudo expression representing a solving operation. More...
Inheritance diagram for Eigen::Solve< Decomposition, RhsType >:Public Types | |
| typedef internal::traits< Solve >::PlainObject | PlainObject |
| typedef internal::traits< Solve >::StorageIndex | StorageIndex |
Public Member Functions | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| const Decomposition & | dec () const |
| const RhsType & | rhs () const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| Solve (const Decomposition &dec, const RhsType &rhs) | |
Protected Attributes | |
| const Decomposition & | m_dec |
| const internal::ref_selector< RhsType >::type | m_rhs |
Pseudo expression representing a solving operation.
| Decomposition | the type of the matrix or decomposition object |
| Rhstype | the type of the right-hand side |
This class represents an expression of A.solve(B) and most of the time this is the only way it is used.
| typedef internal::traits<Solve>::PlainObject Eigen::Solve< Decomposition, RhsType >::PlainObject |
| typedef internal::traits<Solve>::StorageIndex Eigen::Solve< Decomposition, RhsType >::StorageIndex |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |